Html Css Color HEX #BBDB42 Las Palmas

📋 copy color: '#BBDB42'

red 187 ◦ green 219 ◦ blue 66

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

Shades of Las Palmas #BBDB42

Tints of Las Palmas #BBDB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 39.62%
G = 46.4%
B = 13.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#BBDB42 (or 0xBBDB42) is known color: Las Palmas. HEX triplet: BB, DB and 42. RGB value is (187,219,66). Sum of RGB (Red+Green+Blue) = 187+219+66=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB42 is #4424BD. Grayscale: #C0C0C0. Windows color (decimal): -4465854 or 4381627. OLE color: 4381627.

HSL color Cylindrical-coordinate representation of color #BBDB42: hue angle of 72.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBDB42 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 66 -
CMYK 0.15 0 0.70 0.14
HSL 72.55º 0.68% 0.56% -
HSV(B) 72.55º 0.7% 0.86% -
XYZ 46.81 61.62 14.58 -
YUV 191.99 56.9 124.44 -
System Red Green Blue C M Y K H S L
Decimal 187 219 66 0.15 0 0.70 0.14 72.55 0.68 0.56
Hex BB DB 42 F 0 46 E 49 44 38
Octal 273 333 102 17 0 106 16 111 104 70
Binary 10111011 11011011 1000010 1111 0 1000110 1110 1001001 1000100 111000

Color Harmonies of #BBDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB42

Black with #BBDB42

Text Example


Text Example

White with #BBDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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