Html Css Color HEX #B0D268 Conifer

📋 copy color: '#B0D268'

red 176 ◦ green 210 ◦ blue 104

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

Shades of Conifer #B0D268

Tints of Conifer #B0D268

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

 GREEN value IS 210 (82.42% from 255) = 42.86%

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

R = 35.92%
G = 42.86%
B = 21.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#B0D268 (or 0xB0D268) is known color: Conifer. HEX triplet: B0, D2 and 68. RGB value is (176,210,104). Sum of RGB (Red+Green+Blue) = 176+210+104=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D268 is #4F2D97. Grayscale: #BCBCBC. Windows color (decimal): -5189016 or 6869680. OLE color: 6869680.

HSL color Cylindrical-coordinate representation of color #B0D268: hue angle of 79.25º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0D268 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 104 -
CMYK 0.16 0 0.50 0.18
HSL 79.25º 0.54% 0.62% -
HSV(B) 79.25º 0.5% 0.82% -
XYZ 43.45 56.32 21.68 -
YUV 187.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 176 210 104 0.16 0 0.50 0.18 79.25 0.54 0.62
Hex B0 D2 68 10 0 32 12 4F 36 3E
Octal 260 322 150 20 0 62 22 117 66 76
Binary 10110000 11010010 1101000 10000 0 110010 10010 1001111 110110 111110

Color Harmonies of #B0D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D268

Black with #B0D268

Text Example


Text Example

White with #B0D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D268; }

 p { color: rgb(176,210,104); }

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

background-color css

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

 a { background-color: rgb(176,210,104); }

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

border-color css

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

 span { border-color: rgb(176,210,104); }

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