Html Css Color HEX #BBD342 Las Palmas

📋 copy color: '#BBD342'

red 187 ◦ green 211 ◦ blue 66

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

Shades of Las Palmas #BBD342

Tints of Las Palmas #BBD342

RGB

 RED value IS 187 (73.44% from 255) = 40.3%

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

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

R = 40.3%
G = 45.47%
B = 14.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BBD342 (or 0xBBD342) is known color: Las Palmas. HEX triplet: BB, D3 and 42. RGB value is (187,211,66). Sum of RGB (Red+Green+Blue) = 187+211+66=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD342 is #442CBD. Grayscale: #BBBBBB. Windows color (decimal): -4467902 or 4379579. OLE color: 4379579.

HSL color Cylindrical-coordinate representation of color #BBD342: hue angle of 69.93º 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 #BBD342 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 66 -
CMYK 0.11 0 0.69 0.17
HSL 69.93º 0.62% 0.54% -
HSV(B) 69.93º 0.69% 0.83% -
XYZ 44.77 57.55 13.9 -
YUV 187.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 187 211 66 0.11 0 0.69 0.17 69.93 0.62 0.54
Hex BB D3 42 B 0 45 11 46 3E 36
Octal 273 323 102 13 0 105 21 106 76 66
Binary 10111011 11010011 1000010 1011 0 1000101 10001 1000110 111110 110110

Color Harmonies of #BBD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD342

Black with #BBD342

Text Example


Text Example

White with #BBD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD342; }

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

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

background-color css

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

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

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

border-color css

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

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

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