Html Css Color HEX #B6CA69 Wild Willow

📋 copy color: '#B6CA69'

red 182 ◦ green 202 ◦ blue 105

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

Shades of Wild Willow #B6CA69

Tints of Wild Willow #B6CA69

RGB

 RED value IS 182 (71.48% from 255) = 37.22%

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 105 (41.41% from 255) = 21.47%

R = 37.22%
G = 41.31%
B = 21.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#B6CA69 (or 0xB6CA69) is known color: Wild Willow. HEX triplet: B6, CA and 69. RGB value is (182,202,105). Sum of RGB (Red+Green+Blue) = 182+202+105=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA69 is #493596. Grayscale: #B9B9B9. Windows color (decimal): -4797847 or 6933174. OLE color: 6933174.

HSL color Cylindrical-coordinate representation of color #B6CA69: hue angle of 72.37º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6CA69 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 105 -
CMYK 0.10 0 0.48 0.21
HSL 72.37º 0.48% 0.6% -
HSV(B) 72.37º 0.48% 0.79% -
XYZ 42.96 53.21 21.37 -
YUV 184.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 182 202 105 0.10 0 0.48 0.21 72.37 0.48 0.6
Hex B6 CA 69 A 0 30 15 48 30 3C
Octal 266 312 151 12 0 60 25 110 60 74
Binary 10110110 11001010 1101001 1010 0 110000 10101 1001000 110000 111100

Color Harmonies of #B6CA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA69

Black with #B6CA69

Text Example


Text Example

White with #B6CA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA69; }

 p { color: rgb(182,202,105); }

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

background-color css

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

 a { background-color: rgb(182,202,105); }

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

border-color css

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

 span { border-color: rgb(182,202,105); }

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