Html Css Color HEX #B2CA6D Wild Willow

📋 copy color: '#B2CA6D'

red 178 ◦ green 202 ◦ blue 109

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

Shades of Wild Willow #B2CA6D

Tints of Wild Willow #B2CA6D

RGB

 RED value IS 178 (69.92% from 255) = 36.4%

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 36.4%
G = 41.31%
B = 22.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#B2CA6D (or 0xB2CA6D) is known color: Wild Willow. HEX triplet: B2, CA and 6D. RGB value is (178,202,109). Sum of RGB (Red+Green+Blue) = 178+202+109=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA6D is #4D3592. Grayscale: #B8B8B8. Windows color (decimal): -5059987 or 7195314. OLE color: 7195314.

HSL color Cylindrical-coordinate representation of color #B2CA6D: hue angle of 75.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2CA6D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 109 -
CMYK 0.12 0 0.46 0.21
HSL 75.48º 0.47% 0.61% -
HSV(B) 75.48º 0.46% 0.79% -
XYZ 42.24 52.81 22.44 -
YUV 184.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 178 202 109 0.12 0 0.46 0.21 75.48 0.47 0.61
Hex B2 CA 6D C 0 2E 15 4B 2F 3D
Octal 262 312 155 14 0 56 25 113 57 75
Binary 10110010 11001010 1101101 1100 0 101110 10101 1001011 101111 111101

Color Harmonies of #B2CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA6D

Black with #B2CA6D

Text Example


Text Example

White with #B2CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA6D; }

 p { color: rgb(178,202,109); }

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

background-color css

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

 a { background-color: rgb(178,202,109); }

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

border-color css

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

 span { border-color: rgb(178,202,109); }

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