Html Css Color HEX #B6D65A Conifer

📋 copy color: '#B6D65A'

red 182 ◦ green 214 ◦ blue 90

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

Shades of Conifer #B6D65A

Tints of Conifer #B6D65A

RGB

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

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

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

R = 37.45%
G = 44.03%
B = 18.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#B6D65A (or 0xB6D65A) is known color: Conifer. HEX triplet: B6, D6 and 5A. RGB value is (182,214,90). Sum of RGB (Red+Green+Blue) = 182+214+90=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D65A is #4929A5. Grayscale: #BEBEBE. Windows color (decimal): -4794790 or 5953206. OLE color: 5953206.

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

Color convert

RGB 182 214 90 -
CMYK 0.15 0 0.58 0.16
HSL 75.48º 0.6% 0.6% -
HSV(B) 75.48º 0.58% 0.84% -
XYZ 45.18 58.78 18.64 -
YUV 190.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 182 214 90 0.15 0 0.58 0.16 75.48 0.6 0.6
Hex B6 D6 5A F 0 3A 10 4B 3C 3C
Octal 266 326 132 17 0 72 20 113 74 74
Binary 10110110 11010110 1011010 1111 0 111010 10000 1001011 111100 111100

Color Harmonies of #B6D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D65A

Black with #B6D65A

Text Example


Text Example

White with #B6D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D65A; }

 p { color: rgb(182,214,90); }

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

background-color css

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

 a { background-color: rgb(182,214,90); }

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

border-color css

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

 span { border-color: rgb(182,214,90); }

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