Html Css Color HEX #BBDF42 Las Palmas

📋 copy color: '#BBDF42'

red 187 ◦ green 223 ◦ blue 66

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

Shades of Las Palmas #BBDF42

Tints of Las Palmas #BBDF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

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

R = 39.29%
G = 46.85%
B = 13.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BBDF42 (or 0xBBDF42) is known color: Las Palmas. HEX triplet: BB, DF and 42. RGB value is (187,223,66). Sum of RGB (Red+Green+Blue) = 187+223+66=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF42 is #4420BD. Grayscale: #C2C2C2. Windows color (decimal): -4464830 or 4382651. OLE color: 4382651.

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

Color convert

RGB 187 223 66 -
CMYK 0.16 0 0.70 0.13
HSL 73.76º 0.71% 0.57% -
HSV(B) 73.76º 0.7% 0.87% -
XYZ 47.86 63.73 14.93 -
YUV 194.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 187 223 66 0.16 0 0.70 0.13 73.76 0.71 0.57
Hex BB DF 42 10 0 46 D 4A 47 39
Octal 273 337 102 20 0 106 15 112 107 71
Binary 10111011 11011111 1000010 10000 0 1000110 1101 1001010 1000111 111001

Color Harmonies of #BBDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF42

Black with #BBDF42

Text Example


Text Example

White with #BBDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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