Html Css Color HEX #B8D966 Conifer

📋 copy color: '#B8D966'

red 184 ◦ green 217 ◦ blue 102

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

Shades of Conifer #B8D966

Tints of Conifer #B8D966

RGB

 RED value IS 184 (72.27% from 255) = 36.58%

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 102 (40.23% from 255) = 20.28%

R = 36.58%
G = 43.14%
B = 20.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B8D966 (or 0xB8D966) is known color: Conifer. HEX triplet: B8, D9 and 66. RGB value is (184,217,102). Sum of RGB (Red+Green+Blue) = 184+217+102=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D966 is #472699. Grayscale: #C2C2C2. Windows color (decimal): -4662938 or 6740408. OLE color: 6740408.

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

Color convert

RGB 184 217 102 -
CMYK 0.15 0 0.53 0.15
HSL 77.22º 0.6% 0.63% -
HSV(B) 77.22º 0.53% 0.85% -
XYZ 46.98 60.78 21.83 -
YUV 194.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 184 217 102 0.15 0 0.53 0.15 77.22 0.6 0.63
Hex B8 D9 66 F 0 35 F 4D 3C 3F
Octal 270 331 146 17 0 65 17 115 74 77
Binary 10111000 11011001 1100110 1111 0 110101 1111 1001101 111100 111111

Color Harmonies of #B8D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D966

Black with #B8D966

Text Example


Text Example

White with #B8D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D966; }

 p { color: rgb(184,217,102); }

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

background-color css

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

 a { background-color: rgb(184,217,102); }

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

border-color css

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

 span { border-color: rgb(184,217,102); }

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