Html Css Color HEX #B6D766 Conifer

📋 copy color: '#B6D766'

red 182 ◦ green 215 ◦ blue 102

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

Shades of Conifer #B6D766

Tints of Conifer #B6D766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 36.47%
G = 43.09%
B = 20.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B6D766 (or 0xB6D766) is known color: Conifer. HEX triplet: B6, D7 and 66. RGB value is (182,215,102). Sum of RGB (Red+Green+Blue) = 182+215+102=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D766 is #492899. Grayscale: #C0C0C0. Windows color (decimal): -4794522 or 6739894. OLE color: 6739894.

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

Color convert

RGB 182 215 102 -
CMYK 0.15 0 0.53 0.16
HSL 77.52º 0.59% 0.62% -
HSV(B) 77.52º 0.53% 0.84% -
XYZ 45.99 59.51 21.63 -
YUV 192.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 182 215 102 0.15 0 0.53 0.16 77.52 0.59 0.62
Hex B6 D7 66 F 0 35 10 4E 3B 3E
Octal 266 327 146 17 0 65 20 116 73 76
Binary 10110110 11010111 1100110 1111 0 110101 10000 1001110 111011 111110

Color Harmonies of #B6D766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D766

Black with #B6D766

Text Example


Text Example

White with #B6D766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D766; }

 p { color: rgb(182,215,102); }

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

background-color css

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

 a { background-color: rgb(182,215,102); }

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

border-color css

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

 span { border-color: rgb(182,215,102); }

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