Html Css Color HEX #B1DA4C Conifer

📋 copy color: '#B1DA4C'

red 177 ◦ green 218 ◦ blue 76

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

Shades of Conifer #B1DA4C

Tints of Conifer #B1DA4C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 37.58%
G = 46.28%
B = 16.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B1DA4C (or 0xB1DA4C) is known color: Conifer. HEX triplet: B1, DA and 4C. RGB value is (177,218,76). Sum of RGB (Red+Green+Blue) = 177+218+76=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DA4C is #4E25B3. Grayscale: #BEBEBE. Windows color (decimal): -5121460 or 5036721. OLE color: 5036721.

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

Color convert

RGB 177 218 76 -
CMYK 0.19 0 0.65 0.15
HSL 77.32º 0.66% 0.58% -
HSV(B) 77.32º 0.65% 0.85% -
XYZ 44.51 60.01 16.08 -
YUV 189.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 177 218 76 0.19 0 0.65 0.15 77.32 0.66 0.58
Hex B1 DA 4C 13 0 41 F 4D 42 3A
Octal 261 332 114 23 0 101 17 115 102 72
Binary 10110001 11011010 1001100 10011 0 1000001 1111 1001101 1000010 111010

Color Harmonies of #B1DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA4C

Black with #B1DA4C

Text Example


Text Example

White with #B1DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA4C; }

 p { color: rgb(177,218,76); }

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

background-color css

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

 a { background-color: rgb(177,218,76); }

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

border-color css

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

 span { border-color: rgb(177,218,76); }

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