Html Css Color HEX #B0D068 Wild Willow

📋 copy color: '#B0D068'

red 176 ◦ green 208 ◦ blue 104

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

Shades of Wild Willow #B0D068

Tints of Wild Willow #B0D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

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

R = 36.07%
G = 42.62%
B = 21.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#B0D068 (or 0xB0D068) is known color: Wild Willow. HEX triplet: B0, D0 and 68. RGB value is (176,208,104). Sum of RGB (Red+Green+Blue) = 176+208+104=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D068 is #4F2F97. Grayscale: #BABABA. Windows color (decimal): -5189528 or 6869168. OLE color: 6869168.

HSL color Cylindrical-coordinate representation of color #B0D068: hue angle of 78.46º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0D068 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 104 -
CMYK 0.15 0 0.5 0.18
HSL 78.46º 0.53% 0.61% -
HSV(B) 78.46º 0.5% 0.82% -
XYZ 42.96 55.34 21.51 -
YUV 186.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 176 208 104 0.15 0 0.5 0.18 78.46 0.53 0.61
Hex B0 D0 68 F 0 32 12 4E 35 3D
Octal 260 320 150 17 0 62 22 116 65 75
Binary 10110000 11010000 1101000 1111 0 110010 10010 1001110 110101 111101

Color Harmonies of #B0D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D068

Black with #B0D068

Text Example


Text Example

White with #B0D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D068; }

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

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

background-color css

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

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

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

border-color css

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

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

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