Html Css Color HEX #BBDA3B Las Palmas

📋 copy color: '#BBDA3B'

red 187 ◦ green 218 ◦ blue 59

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

Shades of Las Palmas #BBDA3B

Tints of Las Palmas #BBDA3B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

 BLUE value IS 59 (23.44% from 255) = 12.72%

R = 40.3%
G = 46.98%
B = 12.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#BBDA3B (or 0xBBDA3B) is known color: Las Palmas. HEX triplet: BB, DA and 3B. RGB value is (187,218,59). Sum of RGB (Red+Green+Blue) = 187+218+59=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA3B is #4425C4. Grayscale: #BFBFBF. Windows color (decimal): -4466117 or 3922619. OLE color: 3922619.

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

Color convert

RGB 187 218 59 -
CMYK 0.14 0 0.73 0.15
HSL 71.7º 0.68% 0.54% -
HSV(B) 71.7º 0.73% 0.85% -
XYZ 46.35 61.02 13.47 -
YUV 190.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 187 218 59 0.14 0 0.73 0.15 71.7 0.68 0.54
Hex BB DA 3B E 0 49 F 48 44 36
Octal 273 332 73 16 0 111 17 110 104 66
Binary 10111011 11011010 111011 1110 0 1001001 1111 1001000 1000100 110110

Color Harmonies of #BBDA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA3B

Black with #BBDA3B

Text Example


Text Example

White with #BBDA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA3B; }

 p { color: rgb(187,218,59); }

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

background-color css

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

 a { background-color: rgb(187,218,59); }

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

border-color css

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

 span { border-color: rgb(187,218,59); }

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