Html Css Color HEX #BBD042 Las Palmas

📋 copy color: '#BBD042'

red 187 ◦ green 208 ◦ blue 66

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

Shades of Las Palmas #BBD042

Tints of Las Palmas #BBD042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 40.56%
G = 45.12%
B = 14.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#BBD042 (or 0xBBD042) is known color: Las Palmas. HEX triplet: BB, D0 and 42. RGB value is (187,208,66). Sum of RGB (Red+Green+Blue) = 187+208+66=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD042 is #442FBD. Grayscale: #BABABA. Windows color (decimal): -4468670 or 4378811. OLE color: 4378811.

HSL color Cylindrical-coordinate representation of color #BBD042: hue angle of 68.87º degrees, saturation: 0.6, 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 #BBD042 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 66 -
CMYK 0.10 0 0.68 0.18
HSL 68.87º 0.6% 0.54% -
HSV(B) 68.87º 0.68% 0.82% -
XYZ 44.03 56.07 13.66 -
YUV 185.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 187 208 66 0.10 0 0.68 0.18 68.87 0.6 0.54
Hex BB D0 42 A 0 44 12 45 3C 36
Octal 273 320 102 12 0 104 22 105 74 66
Binary 10111011 11010000 1000010 1010 0 1000100 10010 1000101 111100 110110

Color Harmonies of #BBD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD042

Black with #BBD042

Text Example


Text Example

White with #BBD042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD042; }

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

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

background-color css

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

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

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

border-color css

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

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

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