Html Css Color HEX #BBD142 Las Palmas

📋 copy color: '#BBD142'

red 187 ◦ green 209 ◦ blue 66

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

Shades of Las Palmas #BBD142

Tints of Las Palmas #BBD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.24%

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

R = 40.48%
G = 45.24%
B = 14.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#BBD142 (or 0xBBD142) is known color: Las Palmas. HEX triplet: BB, D1 and 42. RGB value is (187,209,66). Sum of RGB (Red+Green+Blue) = 187+209+66=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD142 is #442EBD. Grayscale: #BABABA. Windows color (decimal): -4468414 or 4379067. OLE color: 4379067.

HSL color Cylindrical-coordinate representation of color #BBD142: hue angle of 69.23º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBD142 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 66 -
CMYK 0.11 0 0.68 0.18
HSL 69.23º 0.61% 0.54% -
HSV(B) 69.23º 0.68% 0.82% -
XYZ 44.28 56.56 13.74 -
YUV 186.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 187 209 66 0.11 0 0.68 0.18 69.23 0.61 0.54
Hex BB D1 42 B 0 44 12 45 3D 36
Octal 273 321 102 13 0 104 22 105 75 66
Binary 10111011 11010001 1000010 1011 0 1000100 10010 1000101 111101 110110

Color Harmonies of #BBD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD142

Black with #BBD142

Text Example


Text Example

White with #BBD142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD142; }

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

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

background-color css

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

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

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

border-color css

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

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

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