Html Css Color HEX #BBD442 Las Palmas

📋 copy color: '#BBD442'

red 187 ◦ green 212 ◦ blue 66

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

Shades of Las Palmas #BBD442

Tints of Las Palmas #BBD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 40.22%
G = 45.59%
B = 14.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BBD442 (or 0xBBD442) is known color: Las Palmas. HEX triplet: BB, D4 and 42. RGB value is (187,212,66). Sum of RGB (Red+Green+Blue) = 187+212+66=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD442 is #442BBD. Grayscale: #BCBCBC. Windows color (decimal): -4467646 or 4379835. OLE color: 4379835.

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

Color convert

RGB 187 212 66 -
CMYK 0.12 0 0.69 0.17
HSL 70.27º 0.63% 0.55% -
HSV(B) 70.27º 0.69% 0.83% -
XYZ 45.02 58.05 13.99 -
YUV 187.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 187 212 66 0.12 0 0.69 0.17 70.27 0.63 0.55
Hex BB D4 42 C 0 45 11 46 3F 37
Octal 273 324 102 14 0 105 21 106 77 67
Binary 10111011 11010100 1000010 1100 0 1000101 10001 1000110 111111 110111

Color Harmonies of #BBD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD442

Black with #BBD442

Text Example


Text Example

White with #BBD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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