Html Css Color HEX #BBD93C Las Palmas

📋 copy color: '#BBD93C'

red 187 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #BBD93C

Tints of Las Palmas #BBD93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.77%

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

R = 40.3%
G = 46.77%
B = 12.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BBD93C (or 0xBBD93C) is known color: Las Palmas. HEX triplet: BB, D9 and 3C. RGB value is (187,217,60). Sum of RGB (Red+Green+Blue) = 187+217+60=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD93C is #4426C3. Grayscale: #BEBEBE. Windows color (decimal): -4466372 or 3987899. OLE color: 3987899.

HSL color Cylindrical-coordinate representation of color #BBD93C: hue angle of 71.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBD93C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 60 -
CMYK 0.14 0 0.72 0.15
HSL 71.46º 0.67% 0.54% -
HSV(B) 71.46º 0.72% 0.85% -
XYZ 46.12 60.52 13.52 -
YUV 190.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 187 217 60 0.14 0 0.72 0.15 71.46 0.67 0.54
Hex BB D9 3C E 0 48 F 47 43 36
Octal 273 331 74 16 0 110 17 107 103 66
Binary 10111011 11011001 111100 1110 0 1001000 1111 1000111 1000011 110110

Color Harmonies of #BBD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD93C

Black with #BBD93C

Text Example


Text Example

White with #BBD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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