Html Css Color HEX #B1DC49 Conifer

📋 copy color: '#B1DC49'

red 177 ◦ green 220 ◦ blue 73

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

Shades of Conifer #B1DC49

Tints of Conifer #B1DC49

RGB

 RED value IS 177 (69.53% from 255) = 37.66%

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 37.66%
G = 46.81%
B = 15.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#B1DC49 (or 0xB1DC49) is known color: Conifer. HEX triplet: B1, DC and 49. RGB value is (177,220,73). Sum of RGB (Red+Green+Blue) = 177+220+73=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC49 is #4E23B6. Grayscale: #BEBEBE. Windows color (decimal): -5120951 or 4840625. OLE color: 4840625.

HSL color Cylindrical-coordinate representation of color #B1DC49: hue angle of 77.55º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1DC49 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 73 -
CMYK 0.20 0 0.67 0.14
HSL 77.55º 0.68% 0.57% -
HSV(B) 77.55º 0.67% 0.86% -
XYZ 44.93 61.01 15.71 -
YUV 190.39 61.75 118.45 -
System Red Green Blue C M Y K H S L
Decimal 177 220 73 0.20 0 0.67 0.14 77.55 0.68 0.57
Hex B1 DC 49 14 0 43 E 4E 44 39
Octal 261 334 111 24 0 103 16 116 104 71
Binary 10110001 11011100 1001001 10100 0 1000011 1110 1001110 1000100 111001

Color Harmonies of #B1DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC49

Black with #B1DC49

Text Example


Text Example

White with #B1DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC49; }

 p { color: rgb(177,220,73); }

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

background-color css

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

 a { background-color: rgb(177,220,73); }

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

border-color css

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

 span { border-color: rgb(177,220,73); }

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