Html Css Color HEX #BDD93E Las Palmas

📋 copy color: '#BDD93E'

red 189 ◦ green 217 ◦ blue 62

#BDD93E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BDD93E

Tints of Las Palmas #BDD93E

RGB

 RED value IS 189 (74.22% from 255) = 40.38%

 GREEN value IS 217 (85.16% from 255) = 46.37%

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 40.38%
G = 46.37%
B = 13.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD93E (or 0xBDD93E) is known color: Las Palmas. HEX triplet: BD, D9 and 3E. RGB value is (189,217,62). Sum of RGB (Red+Green+Blue) = 189+217+62=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD93E is #4226C1. Grayscale: #BFBFBF. Windows color (decimal): -4335298 or 4118973. OLE color: 4118973.

HSL color Cylindrical-coordinate representation of color #BDD93E: hue angle of 70.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD93E is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 62 -
CMYK 0.13 0 0.71 0.15
HSL 70.84º 0.67% 0.55% -
HSV(B) 70.84º 0.71% 0.85% -
XYZ 46.67 60.79 13.83 -
YUV 190.96 55.22 126.6 -
System Red Green Blue C M Y K H S L
Decimal 189 217 62 0.13 0 0.71 0.15 70.84 0.67 0.55
Hex BD D9 3E D 0 47 F 47 43 37
Octal 275 331 76 15 0 107 17 107 103 67
Binary 10111101 11011001 111110 1101 0 1000111 1111 1000111 1000011 110111

Color Harmonies of #BDD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD93E

Black with #BDD93E

Text Example


Text Example

White with #BDD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD93E; }

 p { color: rgb(189,217,62); }

 H1.HeaderClassName
 {
   color: #BDD93E;
 }
 .AnyTagClassName
 {
   color: #BDD93E;
 }
</style>

background-color css

<style>
 a { background-color: #BDD93E; }

 a { background-color: rgb(189,217,62); }

 div.DivClassName
 {
   background-color: #BDD93E;
 }
 .BgClassName
 {
   background-color: #BDD93E;
 }
</style>

border-color css

<style>
 span { border-color: #BDD93E; }

 span { border-color: rgb(189,217,62); }

 td.TdClassName
 {
   border-color: #BDD93E;
 }
 .TagClassName
 {
   border-color: #BDD93E;
 }
</style>