Html Css Color HEX #BBDA40 Las Palmas

📋 copy color: '#BBDA40'

red 187 ◦ green 218 ◦ blue 64

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

Shades of Las Palmas #BBDA40

Tints of Las Palmas #BBDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.65%

R = 39.87%
G = 46.48%
B = 13.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BBDA40 (or 0xBBDA40) is known color: Las Palmas. HEX triplet: BB, DA and 40. RGB value is (187,218,64). Sum of RGB (Red+Green+Blue) = 187+218+64=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA40 is #4425BF. Grayscale: #BFBFBF. Windows color (decimal): -4466112 or 4250299. OLE color: 4250299.

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

Color convert

RGB 187 218 64 -
CMYK 0.14 0 0.71 0.15
HSL 72.08º 0.68% 0.55% -
HSV(B) 72.08º 0.71% 0.85% -
XYZ 46.49 61.08 14.19 -
YUV 191.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 187 218 64 0.14 0 0.71 0.15 72.08 0.68 0.55
Hex BB DA 40 E 0 47 F 48 44 37
Octal 273 332 100 16 0 107 17 110 104 67
Binary 10111011 11011010 1000000 1110 0 1000111 1111 1001000 1000100 110111

Color Harmonies of #BBDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA40

Black with #BBDA40

Text Example


Text Example

White with #BBDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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