Html Css Color HEX #B0E052 Conifer

📋 copy color: '#B0E052'

red 176 ◦ green 224 ◦ blue 82

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

Shades of Conifer #B0E052

Tints of Conifer #B0E052

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

 BLUE value IS 82 (32.42% from 255) = 17.01%

R = 36.51%
G = 46.47%
B = 17.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#B0E052 (or 0xB0E052) is known color: Conifer. HEX triplet: B0, E0 and 52. RGB value is (176,224,82). Sum of RGB (Red+Green+Blue) = 176+224+82=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E052 is #4F1FAD. Grayscale: #C1C1C1. Windows color (decimal): -5185454 or 5431472. OLE color: 5431472.

HSL color Cylindrical-coordinate representation of color #B0E052: hue angle of 80.28º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0E052 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 82 -
CMYK 0.21 0 0.63 0.12
HSL 80.28º 0.7% 0.6% -
HSV(B) 80.28º 0.63% 0.88% -
XYZ 46.08 63.15 17.74 -
YUV 193.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 176 224 82 0.21 0 0.63 0.12 80.28 0.7 0.6
Hex B0 E0 52 15 0 3F C 50 46 3C
Octal 260 340 122 25 0 77 14 120 106 74
Binary 10110000 11100000 1010010 10101 0 111111 1100 1010000 1000110 111100

Color Harmonies of #B0E052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E052

Black with #B0E052

Text Example


Text Example

White with #B0E052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E052; }

 p { color: rgb(176,224,82); }

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

background-color css

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

 a { background-color: rgb(176,224,82); }

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

border-color css

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

 span { border-color: rgb(176,224,82); }

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