Html Css Color HEX #B4D65F Conifer

📋 copy color: '#B4D65F'

red 180 ◦ green 214 ◦ blue 95

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

Shades of Conifer #B4D65F

Tints of Conifer #B4D65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.43%

R = 36.81%
G = 43.76%
B = 19.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#B4D65F (or 0xB4D65F) is known color: Conifer. HEX triplet: B4, D6 and 5F. RGB value is (180,214,95). Sum of RGB (Red+Green+Blue) = 180+214+95=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D65F is #4B29A0. Grayscale: #BEBEBE. Windows color (decimal): -4925857 or 6280884. OLE color: 6280884.

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

Color convert

RGB 180 214 95 -
CMYK 0.16 0 0.56 0.16
HSL 77.14º 0.59% 0.61% -
HSV(B) 77.14º 0.56% 0.84% -
XYZ 44.93 58.62 19.77 -
YUV 190.27 74.24 120.68 -
System Red Green Blue C M Y K H S L
Decimal 180 214 95 0.16 0 0.56 0.16 77.14 0.59 0.61
Hex B4 D6 5F 10 0 38 10 4D 3B 3D
Octal 264 326 137 20 0 70 20 115 73 75
Binary 10110100 11010110 1011111 10000 0 111000 10000 1001101 111011 111101

Color Harmonies of #B4D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D65F

Black with #B4D65F

Text Example


Text Example

White with #B4D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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