Html Css Color HEX #CBC76A Wild Willow

📋 copy color: '#CBC76A'

red 203 ◦ green 199 ◦ blue 106

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

Shades of Wild Willow #CBC76A

Tints of Wild Willow #CBC76A

RGB

 RED value IS 203 (79.69% from 255) = 39.96%

 GREEN value IS 199 (78.13% from 255) = 39.17%

 BLUE value IS 106 (41.8% from 255) = 20.87%

R = 39.96%
G = 39.17%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBC76A (or 0xCBC76A) is known color: Wild Willow. HEX triplet: CB, C7 and 6A. RGB value is (203,199,106). Sum of RGB (Red+Green+Blue) = 203+199+106=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC76A is #343895. Grayscale: #BDBDBD. Windows color (decimal): -3422358 or 6997963. OLE color: 6997963.

HSL color Cylindrical-coordinate representation of color #CBC76A: hue angle of 57.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBC76A is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 106 -
CMYK 0 0.02 0.48 0.20
HSL 57.53º 0.48% 0.61% -
HSV(B) 57.53º 0.48% 0.8% -
XYZ 47.65 54.58 21.66 -
YUV 189.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 203 199 106 0 0.02 0.48 0.20 57.53 0.48 0.61
Hex CB C7 6A 0 2 30 14 3A 30 3D
Octal 313 307 152 0 2 60 24 72 60 75
Binary 11001011 11000111 1101010 0 10 110000 10100 111010 110000 111101

Color Harmonies of #CBC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC76A

Black with #CBC76A

Text Example


Text Example

White with #CBC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC76A; }

 p { color: rgb(203,199,106); }

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

background-color css

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

 a { background-color: rgb(203,199,106); }

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

border-color css

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

 span { border-color: rgb(203,199,106); }

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