Html Css Color HEX #B0D668 Conifer

📋 copy color: '#B0D668'

red 176 ◦ green 214 ◦ blue 104

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

Shades of Conifer #B0D668

Tints of Conifer #B0D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

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

R = 35.63%
G = 43.32%
B = 21.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#B0D668 (or 0xB0D668) is known color: Conifer. HEX triplet: B0, D6 and 68. RGB value is (176,214,104). Sum of RGB (Red+Green+Blue) = 176+214+104=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D668 is #4F2997. Grayscale: #BEBEBE. Windows color (decimal): -5187992 or 6870704. OLE color: 6870704.

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

Color convert

RGB 176 214 104 -
CMYK 0.18 0 0.51 0.16
HSL 80.73º 0.57% 0.62% -
HSV(B) 80.73º 0.51% 0.84% -
XYZ 44.45 58.32 22.01 -
YUV 190.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 176 214 104 0.18 0 0.51 0.16 80.73 0.57 0.62
Hex B0 D6 68 12 0 33 10 51 39 3E
Octal 260 326 150 22 0 63 20 121 71 76
Binary 10110000 11010110 1101000 10010 0 110011 10000 1010001 111001 111110

Color Harmonies of #B0D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D668

Black with #B0D668

Text Example


Text Example

White with #B0D668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D668; }

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

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

background-color css

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

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

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

border-color css

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

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

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