Html Css Color HEX #B1D368 Conifer

📋 copy color: '#B1D368'

red 177 ◦ green 211 ◦ blue 104

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

Shades of Conifer #B1D368

Tints of Conifer #B1D368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 35.98%
G = 42.89%
B = 21.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#B1D368 (or 0xB1D368) is known color: Conifer. HEX triplet: B1, D3 and 68. RGB value is (177,211,104). Sum of RGB (Red+Green+Blue) = 177+211+104=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D368 is #4E2C97. Grayscale: #BDBDBD. Windows color (decimal): -5123224 or 6869937. OLE color: 6869937.

HSL color Cylindrical-coordinate representation of color #B1D368: hue angle of 79.07º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1D368 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 104 -
CMYK 0.16 0 0.51 0.17
HSL 79.07º 0.55% 0.62% -
HSV(B) 79.07º 0.51% 0.83% -
XYZ 43.92 56.94 21.77 -
YUV 188.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 177 211 104 0.16 0 0.51 0.17 79.07 0.55 0.62
Hex B1 D3 68 10 0 33 11 4F 37 3E
Octal 261 323 150 20 0 63 21 117 67 76
Binary 10110001 11010011 1101000 10000 0 110011 10001 1001111 110111 111110

Color Harmonies of #B1D368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D368

Black with #B1D368

Text Example


Text Example

White with #B1D368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D368; }

 p { color: rgb(177,211,104); }

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

background-color css

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

 a { background-color: rgb(177,211,104); }

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

border-color css

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

 span { border-color: rgb(177,211,104); }

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