Html Css Color HEX #B0CE5A Conifer

📋 copy color: '#B0CE5A'

red 176 ◦ green 206 ◦ blue 90

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

Shades of Conifer #B0CE5A

Tints of Conifer #B0CE5A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 37.29%
G = 43.64%
B = 19.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#B0CE5A (or 0xB0CE5A) is known color: Conifer. HEX triplet: B0, CE and 5A. RGB value is (176,206,90). Sum of RGB (Red+Green+Blue) = 176+206+90=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE5A is #4F31A5. Grayscale: #B8B8B8. Windows color (decimal): -5190054 or 5951152. OLE color: 5951152.

HSL color Cylindrical-coordinate representation of color #B0CE5A: hue angle of 75.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0CE5A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 90 -
CMYK 0.15 0 0.56 0.19
HSL 75.52º 0.54% 0.58% -
HSV(B) 75.52º 0.56% 0.81% -
XYZ 41.82 54.11 17.91 -
YUV 183.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 176 206 90 0.15 0 0.56 0.19 75.52 0.54 0.58
Hex B0 CE 5A F 0 38 13 4C 36 3A
Octal 260 316 132 17 0 70 23 114 66 72
Binary 10110000 11001110 1011010 1111 0 111000 10011 1001100 110110 111010

Color Harmonies of #B0CE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE5A

Black with #B0CE5A

Text Example


Text Example

White with #B0CE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE5A; }

 p { color: rgb(176,206,90); }

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

background-color css

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

 a { background-color: rgb(176,206,90); }

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

border-color css

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

 span { border-color: rgb(176,206,90); }

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