Html Css Color HEX #BBDD42 Las Palmas

📋 copy color: '#BBDD42'

red 187 ◦ green 221 ◦ blue 66

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

Shades of Las Palmas #BBDD42

Tints of Las Palmas #BBDD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

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

R = 39.45%
G = 46.62%
B = 13.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BBDD42 (or 0xBBDD42) is known color: Las Palmas. HEX triplet: BB, DD and 42. RGB value is (187,221,66). Sum of RGB (Red+Green+Blue) = 187+221+66=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD42 is #4422BD. Grayscale: #C1C1C1. Windows color (decimal): -4465342 or 4382139. OLE color: 4382139.

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

Color convert

RGB 187 221 66 -
CMYK 0.15 0 0.70 0.13
HSL 73.16º 0.7% 0.56% -
HSV(B) 73.16º 0.7% 0.87% -
XYZ 47.33 62.67 14.76 -
YUV 193.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 187 221 66 0.15 0 0.70 0.13 73.16 0.7 0.56
Hex BB DD 42 F 0 46 D 49 46 38
Octal 273 335 102 17 0 106 15 111 106 70
Binary 10111011 11011101 1000010 1111 0 1000110 1101 1001001 1000110 111000

Color Harmonies of #BBDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD42

Black with #BBDD42

Text Example


Text Example

White with #BBDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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