Html Css Color HEX #B4D94D Conifer

📋 copy color: '#B4D94D'

red 180 ◦ green 217 ◦ blue 77

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

Shades of Conifer #B4D94D

Tints of Conifer #B4D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 37.97%
G = 45.78%
B = 16.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B4D94D (or 0xB4D94D) is known color: Conifer. HEX triplet: B4, D9 and 4D. RGB value is (180,217,77). Sum of RGB (Red+Green+Blue) = 180+217+77=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D94D is #4B26B2. Grayscale: #BEBEBE. Windows color (decimal): -4925107 or 5102004. OLE color: 5102004.

HSL color Cylindrical-coordinate representation of color #B4D94D: hue angle of 75.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4D94D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 77 -
CMYK 0.17 0 0.65 0.15
HSL 75.86º 0.65% 0.58% -
HSV(B) 75.86º 0.65% 0.85% -
XYZ 44.97 59.86 16.21 -
YUV 189.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 180 217 77 0.17 0 0.65 0.15 75.86 0.65 0.58
Hex B4 D9 4D 11 0 41 F 4C 41 3A
Octal 264 331 115 21 0 101 17 114 101 72
Binary 10110100 11011001 1001101 10001 0 1000001 1111 1001100 1000001 111010

Color Harmonies of #B4D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D94D

Black with #B4D94D

Text Example


Text Example

White with #B4D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D94D; }

 p { color: rgb(180,217,77); }

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

background-color css

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

 a { background-color: rgb(180,217,77); }

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

border-color css

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

 span { border-color: rgb(180,217,77); }

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