Html Css Color HEX #B2D94B Conifer

📋 copy color: '#B2D94B'

red 178 ◦ green 217 ◦ blue 75

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

Shades of Conifer #B2D94B

Tints of Conifer #B2D94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.96%

R = 37.87%
G = 46.17%
B = 15.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B2D94B (or 0xB2D94B) is known color: Conifer. HEX triplet: B2, D9 and 4B. RGB value is (178,217,75). Sum of RGB (Red+Green+Blue) = 178+217+75=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D94B is #4D26B4. Grayscale: #BDBDBD. Windows color (decimal): -5056181 or 4970930. OLE color: 4970930.

HSL color Cylindrical-coordinate representation of color #B2D94B: 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.65%. Process color model (Four color, CMYK) of #B2D94B is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 75 -
CMYK 0.18 0 0.65 0.15
HSL 76.48º 0.65% 0.57% -
HSV(B) 76.48º 0.65% 0.85% -
XYZ 44.44 59.6 15.82 -
YUV 189.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 178 217 75 0.18 0 0.65 0.15 76.48 0.65 0.57
Hex B2 D9 4B 12 0 41 F 4C 41 39
Octal 262 331 113 22 0 101 17 114 101 71
Binary 10110010 11011001 1001011 10010 0 1000001 1111 1001100 1000001 111001

Color Harmonies of #B2D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D94B

Black with #B2D94B

Text Example


Text Example

White with #B2D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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