Html Css Color HEX #BBEA2E Las Palmas

📋 copy color: '#BBEA2E'

red 187 ◦ green 234 ◦ blue 46

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

Shades of Las Palmas #BBEA2E

Tints of Las Palmas #BBEA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.11%

 BLUE value IS 46 (18.36% from 255) = 9.85%

R = 40.04%
G = 50.11%
B = 9.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#BBEA2E (or 0xBBEA2E) is known color: Las Palmas. HEX triplet: BB, EA and 2E. RGB value is (187,234,46). Sum of RGB (Red+Green+Blue) = 187+234+46=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA2E is #4415D1. Grayscale: #C7C7C7. Windows color (decimal): -4462034 or 3074747. OLE color: 3074747.

HSL color Cylindrical-coordinate representation of color #BBEA2E: hue angle of 75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBEA2E is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 46 -
CMYK 0.20 0 0.80 0.08
HSL 75º 0.82% 0.55% -
HSV(B) 75º 0.8% 0.92% -
XYZ 50.41 69.61 13.36 -
YUV 198.52 41.93 119.79 -
System Red Green Blue C M Y K H S L
Decimal 187 234 46 0.20 0 0.80 0.08 75 0.82 0.55
Hex BB EA 2E 14 0 50 8 4B 52 37
Octal 273 352 56 24 0 120 10 113 122 67
Binary 10111011 11101010 101110 10100 0 1010000 1000 1001011 1010010 110111

Color Harmonies of #BBEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA2E

Black with #BBEA2E

Text Example


Text Example

White with #BBEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA2E; }

 p { color: rgb(187,234,46); }

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

background-color css

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

 a { background-color: rgb(187,234,46); }

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

border-color css

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

 span { border-color: rgb(187,234,46); }

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