Html Css Color HEX #B4D766 Conifer

📋 copy color: '#B4D766'

red 180 ◦ green 215 ◦ blue 102

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

Shades of Conifer #B4D766

Tints of Conifer #B4D766

RGB

 RED value IS 180 (70.7% from 255) = 36.22%

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

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

R = 36.22%
G = 43.26%
B = 20.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B4D766 (or 0xB4D766) is known color: Conifer. HEX triplet: B4, D7 and 66. RGB value is (180,215,102). Sum of RGB (Red+Green+Blue) = 180+215+102=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D766 is #4B2899. Grayscale: #C0C0C0. Windows color (decimal): -4925594 or 6739892. OLE color: 6739892.

HSL color Cylindrical-coordinate representation of color #B4D766: hue angle of 78.58º 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 #B4D766 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 102 -
CMYK 0.16 0 0.53 0.16
HSL 78.58º 0.59% 0.62% -
HSV(B) 78.58º 0.53% 0.84% -
XYZ 45.52 59.26 21.61 -
YUV 191.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 180 215 102 0.16 0 0.53 0.16 78.58 0.59 0.62
Hex B4 D7 66 10 0 35 10 4F 3B 3E
Octal 264 327 146 20 0 65 20 117 73 76
Binary 10110100 11010111 1100110 10000 0 110101 10000 1001111 111011 111110

Color Harmonies of #B4D766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D766

Black with #B4D766

Text Example


Text Example

White with #B4D766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D766; }

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

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

background-color css

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

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

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

border-color css

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

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

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