Html Css Color HEX #C5BC4B Sundance

📋 copy color: '#C5BC4B'

red 197 ◦ green 188 ◦ blue 75

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

Shades of Sundance #C5BC4B

Tints of Sundance #C5BC4B

RGB

 RED value IS 197 (77.34% from 255) = 42.83%

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 42.83%
G = 40.87%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5BC4B (or 0xC5BC4B) is known color: Sundance. HEX triplet: C5, BC and 4B. RGB value is (197,188,75). Sum of RGB (Red+Green+Blue) = 197+188+75=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC4B is #3A43B4. Grayscale: #B2B2B2. Windows color (decimal): -3818421 or 4963525. OLE color: 4963525.

HSL color Cylindrical-coordinate representation of color #C5BC4B: hue angle of 55.57º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5BC4B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 75 -
CMYK 0 0.05 0.62 0.23
HSL 55.57º 0.51% 0.53% -
HSV(B) 55.57º 0.62% 0.77% -
XYZ 42.28 48.34 13.76 -
YUV 177.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 197 188 75 0 0.05 0.62 0.23 55.57 0.51 0.53
Hex C5 BC 4B 0 5 3E 17 38 33 35
Octal 305 274 113 0 5 76 27 70 63 65
Binary 11000101 10111100 1001011 0 101 111110 10111 111000 110011 110101

Color Harmonies of #C5BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC4B

Black with #C5BC4B

Text Example


Text Example

White with #C5BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC4B; }

 p { color: rgb(197,188,75); }

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

background-color css

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

 a { background-color: rgb(197,188,75); }

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

border-color css

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

 span { border-color: rgb(197,188,75); }

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