Html Css Color HEX #BBDB3A Las Palmas

📋 copy color: '#BBDB3A'

red 187 ◦ green 219 ◦ blue 58

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

Shades of Las Palmas #BBDB3A

Tints of Las Palmas #BBDB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.5%

R = 40.3%
G = 47.2%
B = 12.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BBDB3A (or 0xBBDB3A) is known color: Las Palmas. HEX triplet: BB, DB and 3A. RGB value is (187,219,58). Sum of RGB (Red+Green+Blue) = 187+219+58=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB3A is #4424C5. Grayscale: #BFBFBF. Windows color (decimal): -4465862 or 3857339. OLE color: 3857339.

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

Color convert

RGB 187 219 58 -
CMYK 0.15 0 0.74 0.14
HSL 71.93º 0.69% 0.54% -
HSV(B) 71.93º 0.74% 0.86% -
XYZ 46.59 61.53 13.42 -
YUV 191.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 187 219 58 0.15 0 0.74 0.14 71.93 0.69 0.54
Hex BB DB 3A F 0 4A E 48 45 36
Octal 273 333 72 17 0 112 16 110 105 66
Binary 10111011 11011011 111010 1111 0 1001010 1110 1001000 1000101 110110

Color Harmonies of #BBDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB3A

Black with #BBDB3A

Text Example


Text Example

White with #BBDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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