Html Css Color HEX #BBDD3C Las Palmas

📋 copy color: '#BBDD3C'

red 187 ◦ green 221 ◦ blue 60

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

Shades of Las Palmas #BBDD3C

Tints of Las Palmas #BBDD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 39.96%
G = 47.22%
B = 12.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BBDD3C (or 0xBBDD3C) is known color: Las Palmas. HEX triplet: BB, DD and 3C. RGB value is (187,221,60). Sum of RGB (Red+Green+Blue) = 187+221+60=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD3C is #4422C3. Grayscale: #C1C1C1. Windows color (decimal): -4465348 or 3988923. OLE color: 3988923.

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

Color convert

RGB 187 221 60 -
CMYK 0.15 0 0.73 0.13
HSL 72.67º 0.7% 0.55% -
HSV(B) 72.67º 0.73% 0.87% -
XYZ 47.17 62.6 13.87 -
YUV 192.48 53.24 124.09 -
System Red Green Blue C M Y K H S L
Decimal 187 221 60 0.15 0 0.73 0.13 72.67 0.7 0.55
Hex BB DD 3C F 0 49 D 49 46 37
Octal 273 335 74 17 0 111 15 111 106 67
Binary 10111011 11011101 111100 1111 0 1001001 1101 1001001 1000110 110111

Color Harmonies of #BBDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD3C

Black with #BBDD3C

Text Example


Text Example

White with #BBDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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