Html Css Color HEX #B0DA68 Conifer

📋 copy color: '#B0DA68'

red 176 ◦ green 218 ◦ blue 104

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

Shades of Conifer #B0DA68

Tints of Conifer #B0DA68

RGB

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

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

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

R = 35.34%
G = 43.78%
B = 20.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#B0DA68 (or 0xB0DA68) is known color: Conifer. HEX triplet: B0, DA and 68. RGB value is (176,218,104). Sum of RGB (Red+Green+Blue) = 176+218+104=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA68 is #4F2597. Grayscale: #C0C0C0. Windows color (decimal): -5186968 or 6871728. OLE color: 6871728.

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

Color convert

RGB 176 218 104 -
CMYK 0.19 0 0.52 0.15
HSL 82.11º 0.61% 0.63% -
HSV(B) 82.11º 0.52% 0.85% -
XYZ 45.47 60.37 22.35 -
YUV 192.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 176 218 104 0.19 0 0.52 0.15 82.11 0.61 0.63
Hex B0 DA 68 13 0 34 F 52 3D 3F
Octal 260 332 150 23 0 64 17 122 75 77
Binary 10110000 11011010 1101000 10011 0 110100 1111 1010010 111101 111111

Color Harmonies of #B0DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA68

Black with #B0DA68

Text Example


Text Example

White with #B0DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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