Html Css Color HEX #BDD342 Las Palmas

📋 copy color: '#BDD342'

red 189 ◦ green 211 ◦ blue 66

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

Shades of Las Palmas #BDD342

Tints of Las Palmas #BDD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

 BLUE value IS 66 (26.17% from 255) = 14.16%

R = 40.56%
G = 45.28%
B = 14.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BDD342 (or 0xBDD342) is known color: Las Palmas. HEX triplet: BD, D3 and 42. RGB value is (189,211,66). Sum of RGB (Red+Green+Blue) = 189+211+66=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD342 is #422CBD. Grayscale: #BCBCBC. Windows color (decimal): -4336830 or 4379581. OLE color: 4379581.

HSL color Cylindrical-coordinate representation of color #BDD342: hue angle of 69.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDD342 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 66 -
CMYK 0.10 0 0.69 0.17
HSL 69.1º 0.62% 0.54% -
HSV(B) 69.1º 0.69% 0.83% -
XYZ 45.26 57.8 13.93 -
YUV 187.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 189 211 66 0.10 0 0.69 0.17 69.1 0.62 0.54
Hex BD D3 42 A 0 45 11 45 3E 36
Octal 275 323 102 12 0 105 21 105 76 66
Binary 10111101 11010011 1000010 1010 0 1000101 10001 1000101 111110 110110

Color Harmonies of #BDD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD342

Black with #BDD342

Text Example


Text Example

White with #BDD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD342; }

 p { color: rgb(189,211,66); }

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

background-color css

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

 a { background-color: rgb(189,211,66); }

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

border-color css

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

 span { border-color: rgb(189,211,66); }

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