Html Css Color HEX #B2D94A Conifer

📋 copy color: '#B2D94A'

red 178 ◦ green 217 ◦ blue 74

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

Shades of Conifer #B2D94A

Tints of Conifer #B2D94A

RGB

 RED value IS 178 (69.92% from 255) = 37.95%

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

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

R = 37.95%
G = 46.27%
B = 15.78%

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

#B2D94A (or 0xB2D94A) is known color: Conifer. HEX triplet: B2, D9 and 4A. RGB value is (178,217,74). Sum of RGB (Red+Green+Blue) = 178+217+74=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D94A is #4D26B5. Grayscale: #BDBDBD. Windows color (decimal): -5056182 or 4905394. OLE color: 4905394.

HSL color Cylindrical-coordinate representation of color #B2D94A: hue angle of 76.36º 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 #B2D94A is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 74 -
CMYK 0.18 0 0.66 0.15
HSL 76.36º 0.65% 0.57% -
HSV(B) 76.36º 0.66% 0.85% -
XYZ 44.41 59.59 15.64 -
YUV 189.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 178 217 74 0.18 0 0.66 0.15 76.36 0.65 0.57
Hex B2 D9 4A 12 0 42 F 4C 41 39
Octal 262 331 112 22 0 102 17 114 101 71
Binary 10110010 11011001 1001010 10010 0 1000010 1111 1001100 1000001 111001

Color Harmonies of #B2D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D94A

Black with #B2D94A

Text Example


Text Example

White with #B2D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D94A; }

 p { color: rgb(178,217,74); }

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

background-color css

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

 a { background-color: rgb(178,217,74); }

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

border-color css

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

 span { border-color: rgb(178,217,74); }

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