Html Css Color HEX #B0CF5B Conifer

📋 copy color: '#B0CF5B'

red 176 ◦ green 207 ◦ blue 91

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

Shades of Conifer #B0CF5B

Tints of Conifer #B0CF5B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 37.13%
G = 43.67%
B = 19.2%

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

#B0CF5B (or 0xB0CF5B) is known color: Conifer. HEX triplet: B0, CF and 5B. RGB value is (176,207,91). Sum of RGB (Red+Green+Blue) = 176+207+91=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF5B is #4F30A4. Grayscale: #B8B8B8. Windows color (decimal): -5189797 or 6016944. OLE color: 6016944.

HSL color Cylindrical-coordinate representation of color #B0CF5B: hue angle of 76.03º degrees, saturation: 0.55, 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 #B0CF5B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 91 -
CMYK 0.15 0 0.56 0.19
HSL 76.03º 0.55% 0.58% -
HSV(B) 76.03º 0.56% 0.81% -
XYZ 42.11 54.61 18.22 -
YUV 184.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 176 207 91 0.15 0 0.56 0.19 76.03 0.55 0.58
Hex B0 CF 5B F 0 38 13 4C 37 3A
Octal 260 317 133 17 0 70 23 114 67 72
Binary 10110000 11001111 1011011 1111 0 111000 10011 1001100 110111 111010

Color Harmonies of #B0CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF5B

Black with #B0CF5B

Text Example


Text Example

White with #B0CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF5B; }

 p { color: rgb(176,207,91); }

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

background-color css

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

 a { background-color: rgb(176,207,91); }

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

border-color css

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

 span { border-color: rgb(176,207,91); }

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