Html Css Color HEX #B6E035 Las Palmas

📋 copy color: '#B6E035'

red 182 ◦ green 224 ◦ blue 53

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

Shades of Las Palmas #B6E035

Tints of Las Palmas #B6E035

RGB

 RED value IS 182 (71.48% from 255) = 39.65%

 GREEN value IS 224 (87.89% from 255) = 48.8%

 BLUE value IS 53 (21.09% from 255) = 11.55%

R = 39.65%
G = 48.8%
B = 11.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#B6E035 (or 0xB6E035) is known color: Las Palmas. HEX triplet: B6, E0 and 35. RGB value is (182,224,53). Sum of RGB (Red+Green+Blue) = 182+224+53=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E035 is #491FCA. Grayscale: #C0C0C0. Windows color (decimal): -4792267 or 3530934. OLE color: 3530934.

HSL color Cylindrical-coordinate representation of color #B6E035: hue angle of 74.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6E035 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 224 53 -
CMYK 0.19 0 0.76 0.12
HSL 74.74º 0.73% 0.54% -
HSV(B) 74.74º 0.76% 0.88% -
XYZ 46.59 63.51 13.17 -
YUV 191.95 49.59 120.9 -
System Red Green Blue C M Y K H S L
Decimal 182 224 53 0.19 0 0.76 0.12 74.74 0.73 0.54
Hex B6 E0 35 13 0 4C C 4B 49 36
Octal 266 340 65 23 0 114 14 113 111 66
Binary 10110110 11100000 110101 10011 0 1001100 1100 1001011 1001001 110110

Color Harmonies of #B6E035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E035

Black with #B6E035

Text Example


Text Example

White with #B6E035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E035; }

 p { color: rgb(182,224,53); }

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

background-color css

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

 a { background-color: rgb(182,224,53); }

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

border-color css

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

 span { border-color: rgb(182,224,53); }

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