Html Css Color HEX #B4DC5E Conifer

📋 copy color: '#B4DC5E'

red 180 ◦ green 220 ◦ blue 94

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

Shades of Conifer #B4DC5E

Tints of Conifer #B4DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

 BLUE value IS 94 (37.11% from 255) = 19.03%

R = 36.44%
G = 44.53%
B = 19.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#B4DC5E (or 0xB4DC5E) is known color: Conifer. HEX triplet: B4, DC and 5E. RGB value is (180,220,94). Sum of RGB (Red+Green+Blue) = 180+220+94=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC5E is #4B23A1. Grayscale: #C2C2C2. Windows color (decimal): -4924322 or 6216884. OLE color: 6216884.

HSL color Cylindrical-coordinate representation of color #B4DC5E: hue angle of 79.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4DC5E is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 94 -
CMYK 0.18 0 0.57 0.14
HSL 79.05º 0.64% 0.62% -
HSV(B) 79.05º 0.57% 0.86% -
XYZ 46.44 61.7 20.05 -
YUV 193.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 180 220 94 0.18 0 0.57 0.14 79.05 0.64 0.62
Hex B4 DC 5E 12 0 39 E 4F 40 3E
Octal 264 334 136 22 0 71 16 117 100 76
Binary 10110100 11011100 1011110 10010 0 111001 1110 1001111 1000000 111110

Color Harmonies of #B4DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC5E

Black with #B4DC5E

Text Example


Text Example

White with #B4DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC5E; }

 p { color: rgb(180,220,94); }

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

background-color css

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

 a { background-color: rgb(180,220,94); }

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

border-color css

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

 span { border-color: rgb(180,220,94); }

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