Html Css Color HEX #B4D664 Conifer

📋 copy color: '#B4D664'

red 180 ◦ green 214 ◦ blue 100

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

Shades of Conifer #B4D664

Tints of Conifer #B4D664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 36.44%
G = 43.32%
B = 20.24%

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

#B4D664 (or 0xB4D664) is known color: Conifer. HEX triplet: B4, D6 and 64. RGB value is (180,214,100). Sum of RGB (Red+Green+Blue) = 180+214+100=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D664 is #4B299B. Grayscale: #BFBFBF. Windows color (decimal): -4925852 or 6608564. OLE color: 6608564.

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

Color convert

RGB 180 214 100 -
CMYK 0.16 0 0.53 0.16
HSL 77.89º 0.58% 0.62% -
HSV(B) 77.89º 0.53% 0.84% -
XYZ 45.17 58.72 21.01 -
YUV 190.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 180 214 100 0.16 0 0.53 0.16 77.89 0.58 0.62
Hex B4 D6 64 10 0 35 10 4E 3A 3E
Octal 264 326 144 20 0 65 20 116 72 76
Binary 10110100 11010110 1100100 10000 0 110101 10000 1001110 111010 111110

Color Harmonies of #B4D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D664

Black with #B4D664

Text Example


Text Example

White with #B4D664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D664; }

 p { color: rgb(180,214,100); }

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

background-color css

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

 a { background-color: rgb(180,214,100); }

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

border-color css

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

 span { border-color: rgb(180,214,100); }

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