Html Css Color HEX #B1D84A Conifer

📋 copy color: '#B1D84A'

red 177 ◦ green 216 ◦ blue 74

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

Shades of Conifer #B1D84A

Tints of Conifer #B1D84A

RGB

 RED value IS 177 (69.53% from 255) = 37.9%

 GREEN value IS 216 (84.77% from 255) = 46.25%

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 37.9%
G = 46.25%
B = 15.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#B1D84A (or 0xB1D84A) is known color: Conifer. HEX triplet: B1, D8 and 4A. RGB value is (177,216,74). Sum of RGB (Red+Green+Blue) = 177+216+74=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D84A is #4E27B5. Grayscale: #BCBCBC. Windows color (decimal): -5121974 or 4905137. OLE color: 4905137.

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

Color convert

RGB 177 216 74 -
CMYK 0.18 0 0.66 0.15
HSL 76.48º 0.65% 0.57% -
HSV(B) 76.48º 0.66% 0.85% -
XYZ 43.92 58.95 15.54 -
YUV 188.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 177 216 74 0.18 0 0.66 0.15 76.48 0.65 0.57
Hex B1 D8 4A 12 0 42 F 4C 41 39
Octal 261 330 112 22 0 102 17 114 101 71
Binary 10110001 11011000 1001010 10010 0 1000010 1111 1001100 1000001 111001

Color Harmonies of #B1D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D84A

Black with #B1D84A

Text Example


Text Example

White with #B1D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D84A; }

 p { color: rgb(177,216,74); }

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

background-color css

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

 a { background-color: rgb(177,216,74); }

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

border-color css

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

 span { border-color: rgb(177,216,74); }

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