Html Css Color HEX #B0D65C Conifer

📋 copy color: '#B0D65C'

red 176 ◦ green 214 ◦ blue 92

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

Shades of Conifer #B0D65C

Tints of Conifer #B0D65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 36.51%
G = 44.4%
B = 19.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#B0D65C (or 0xB0D65C) is known color: Conifer. HEX triplet: B0, D6 and 5C. RGB value is (176,214,92). Sum of RGB (Red+Green+Blue) = 176+214+92=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D65C is #4F29A3. Grayscale: #BDBDBD. Windows color (decimal): -5188004 or 6084272. OLE color: 6084272.

HSL color Cylindrical-coordinate representation of color #B0D65C: hue angle of 78.69º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0D65C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 92 -
CMYK 0.18 0 0.57 0.16
HSL 78.69º 0.6% 0.6% -
HSV(B) 78.69º 0.57% 0.84% -
XYZ 43.88 58.1 19.03 -
YUV 188.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 176 214 92 0.18 0 0.57 0.16 78.69 0.6 0.6
Hex B0 D6 5C 12 0 39 10 4F 3C 3C
Octal 260 326 134 22 0 71 20 117 74 74
Binary 10110000 11010110 1011100 10010 0 111001 10000 1001111 111100 111100

Color Harmonies of #B0D65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D65C

Black with #B0D65C

Text Example


Text Example

White with #B0D65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D65C; }

 p { color: rgb(176,214,92); }

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

background-color css

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

 a { background-color: rgb(176,214,92); }

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

border-color css

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

 span { border-color: rgb(176,214,92); }

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