Html Css Color HEX #BBD542 Las Palmas

📋 copy color: '#BBD542'

red 187 ◦ green 213 ◦ blue 66

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

Shades of Las Palmas #BBD542

Tints of Las Palmas #BBD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

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

R = 40.13%
G = 45.71%
B = 14.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BBD542 (or 0xBBD542) is known color: Las Palmas. HEX triplet: BB, D5 and 42. RGB value is (187,213,66). Sum of RGB (Red+Green+Blue) = 187+213+66=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD542 is #442ABD. Grayscale: #BDBDBD. Windows color (decimal): -4467390 or 4380091. OLE color: 4380091.

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

Color convert

RGB 187 213 66 -
CMYK 0.12 0 0.69 0.16
HSL 70.61º 0.64% 0.55% -
HSV(B) 70.61º 0.69% 0.84% -
XYZ 45.27 58.55 14.07 -
YUV 188.47 58.89 126.95 -
System Red Green Blue C M Y K H S L
Decimal 187 213 66 0.12 0 0.69 0.16 70.61 0.64 0.55
Hex BB D5 42 C 0 45 10 47 40 37
Octal 273 325 102 14 0 105 20 107 100 67
Binary 10111011 11010101 1000010 1100 0 1000101 10000 1000111 1000000 110111

Color Harmonies of #BBD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD542

Black with #BBD542

Text Example


Text Example

White with #BBD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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