Html Css Color HEX #BBDA3E Las Palmas

📋 copy color: '#BBDA3E'

red 187 ◦ green 218 ◦ blue 62

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

Shades of Las Palmas #BBDA3E

Tints of Las Palmas #BBDA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 40.04%
G = 46.68%
B = 13.28%

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

#BBDA3E (or 0xBBDA3E) is known color: Las Palmas. HEX triplet: BB, DA and 3E. RGB value is (187,218,62). Sum of RGB (Red+Green+Blue) = 187+218+62=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA3E is #4425C1. Grayscale: #BFBFBF. Windows color (decimal): -4466114 or 4119227. OLE color: 4119227.

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

Color convert

RGB 187 218 62 -
CMYK 0.14 0 0.72 0.15
HSL 71.92º 0.68% 0.55% -
HSV(B) 71.92º 0.72% 0.85% -
XYZ 46.43 61.06 13.89 -
YUV 190.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 187 218 62 0.14 0 0.72 0.15 71.92 0.68 0.55
Hex BB DA 3E E 0 48 F 48 44 37
Octal 273 332 76 16 0 110 17 110 104 67
Binary 10111011 11011010 111110 1110 0 1001000 1111 1001000 1000100 110111

Color Harmonies of #BBDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA3E

Black with #BBDA3E

Text Example


Text Example

White with #BBDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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