Html Css Color HEX #B4E16C Conifer

📋 copy color: '#B4E16C'

red 180 ◦ green 225 ◦ blue 108

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

Shades of Conifer #B4E16C

Tints of Conifer #B4E16C

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

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

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 35.09%
G = 43.86%
B = 21.05%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#B4E16C (or 0xB4E16C) is known color: Conifer. HEX triplet: B4, E1 and 6C. RGB value is (180,225,108). Sum of RGB (Red+Green+Blue) = 180+225+108=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E16C is #4B1E93. Grayscale: #C6C6C6. Windows color (decimal): -4923028 or 7135668. OLE color: 7135668.

HSL color Cylindrical-coordinate representation of color #B4E16C: hue angle of 83.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4E16C is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 225 108 -
CMYK 0.2 0 0.52 0.12
HSL 83.08º 0.66% 0.65% -
HSV(B) 83.08º 0.52% 0.88% -
XYZ 48.45 64.64 24.11 -
YUV 198.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 180 225 108 0.2 0 0.52 0.12 83.08 0.66 0.65
Hex B4 E1 6C 14 0 34 C 53 42 41
Octal 264 341 154 24 0 64 14 123 102 101
Binary 10110100 11100001 1101100 10100 0 110100 1100 1010011 1000010 1000001

Color Harmonies of #B4E16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E16C

Black with #B4E16C

Text Example


Text Example

White with #B4E16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E16C; }

 p { color: rgb(180,225,108); }

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

background-color css

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

 a { background-color: rgb(180,225,108); }

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

border-color css

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

 span { border-color: rgb(180,225,108); }

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