Html Css Color HEX #B3E164 Conifer

📋 copy color: '#B3E164'

red 179 ◦ green 225 ◦ blue 100

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

Shades of Conifer #B3E164

Tints of Conifer #B3E164

RGB

 RED value IS 179 (70.31% from 255) = 35.52%

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 100 (39.45% from 255) = 19.84%

R = 35.52%
G = 44.64%
B = 19.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#B3E164 (or 0xB3E164) is known color: Conifer. HEX triplet: B3, E1 and 64. RGB value is (179,225,100). Sum of RGB (Red+Green+Blue) = 179+225+100=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E164 is #4C1E9B. Grayscale: #C5C5C5. Windows color (decimal): -4988572 or 6611379. OLE color: 6611379.

HSL color Cylindrical-coordinate representation of color #B3E164: hue angle of 82.08º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3E164 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 225 100 -
CMYK 0.20 0 0.56 0.12
HSL 82.08º 0.68% 0.64% -
HSV(B) 82.08º 0.56% 0.88% -
XYZ 47.82 64.35 21.96 -
YUV 197 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 179 225 100 0.20 0 0.56 0.12 82.08 0.68 0.64
Hex B3 E1 64 14 0 38 C 52 44 40
Octal 263 341 144 24 0 70 14 122 104 100
Binary 10110011 11100001 1100100 10100 0 111000 1100 1010010 1000100 1000000

Color Harmonies of #B3E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E164

Black with #B3E164

Text Example


Text Example

White with #B3E164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E164; }

 p { color: rgb(179,225,100); }

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

background-color css

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

 a { background-color: rgb(179,225,100); }

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

border-color css

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

 span { border-color: rgb(179,225,100); }

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