Html Css Color HEX #B2D94E Conifer

📋 copy color: '#B2D94E'

red 178 ◦ green 217 ◦ blue 78

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

Shades of Conifer #B2D94E

Tints of Conifer #B2D94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.49%

R = 37.63%
G = 45.88%
B = 16.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#B2D94E (or 0xB2D94E) is known color: Conifer. HEX triplet: B2, D9 and 4E. RGB value is (178,217,78). Sum of RGB (Red+Green+Blue) = 178+217+78=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D94E is #4D26B1. Grayscale: #BEBEBE. Windows color (decimal): -5056178 or 5167538. OLE color: 5167538.

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

Color convert

RGB 178 217 78 -
CMYK 0.18 0 0.64 0.15
HSL 76.83º 0.65% 0.58% -
HSV(B) 76.83º 0.64% 0.85% -
XYZ 44.55 59.64 16.37 -
YUV 189.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 178 217 78 0.18 0 0.64 0.15 76.83 0.65 0.58
Hex B2 D9 4E 12 0 40 F 4D 41 3A
Octal 262 331 116 22 0 100 17 115 101 72
Binary 10110010 11011001 1001110 10010 0 1000000 1111 1001101 1000001 111010

Color Harmonies of #B2D94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D94E

Black with #B2D94E

Text Example


Text Example

White with #B2D94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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