Html Css Color HEX #C6BA4C Sundance

📋 copy color: '#C6BA4C'

red 198 ◦ green 186 ◦ blue 76

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

Shades of Sundance #C6BA4C

Tints of Sundance #C6BA4C

RGB

 RED value IS 198 (77.73% from 255) = 43.04%

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 43.04%
G = 40.43%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6BA4C (or 0xC6BA4C) is known color: Sundance. HEX triplet: C6, BA and 4C. RGB value is (198,186,76). Sum of RGB (Red+Green+Blue) = 198+186+76=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA4C is #3945B3. Grayscale: #B1B1B1. Windows color (decimal): -3753396 or 5028550. OLE color: 5028550.

HSL color Cylindrical-coordinate representation of color #C6BA4C: hue angle of 54.1º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6BA4C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 76 -
CMYK 0 0.06 0.62 0.22
HSL 54.1º 0.52% 0.54% -
HSV(B) 54.1º 0.62% 0.78% -
XYZ 42.15 47.65 13.81 -
YUV 177.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 198 186 76 0 0.06 0.62 0.22 54.1 0.52 0.54
Hex C6 BA 4C 0 6 3E 16 36 34 36
Octal 306 272 114 0 6 76 26 66 64 66
Binary 11000110 10111010 1001100 0 110 111110 10110 110110 110100 110110

Color Harmonies of #C6BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA4C

Black with #C6BA4C

Text Example


Text Example

White with #C6BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA4C; }

 p { color: rgb(198,186,76); }

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

background-color css

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

 a { background-color: rgb(198,186,76); }

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

border-color css

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

 span { border-color: rgb(198,186,76); }

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