Html Css Color HEX #C5BA00 La Rioja

📋 copy color: '#C5BA00'

red 197 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #C5BA00

Tints of La Rioja #C5BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.44%
G = 48.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5BA00 (or 0xC5BA00) is known color: La Rioja. HEX triplet: C5, BA and 00. RGB value is (197,186,0). Sum of RGB (Red+Green+Blue) = 197+186+0=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA00 is #3A45FF. Grayscale: #A8A8A8. Windows color (decimal): -3819008 or 47813. OLE color: 47813.

HSL color Cylindrical-coordinate representation of color #C5BA00: hue angle of 56.65º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5BA00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 0 -
CMYK 0 0.06 1 0.23
HSL 56.65º 1% 0.39% -
HSV(B) 56.65º 1% 0.77% -
XYZ 40.58 46.99 6.93 -
YUV 168.09 33.14 148.62 -
System Red Green Blue C M Y K H S L
Decimal 197 186 0 0 0.06 1 0.23 56.65 1 0.39
Hex C5 BA 0 0 6 64 17 39 64 27
Octal 305 272 0 0 6 144 27 71 144 47
Binary 11000101 10111010 0 0 110 1100100 10111 111001 1100100 100111

Color Harmonies of #C5BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA00

Black with #C5BA00

Text Example


Text Example

White with #C5BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA00; }

 p { color: rgb(197,186,0); }

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

background-color css

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

 a { background-color: rgb(197,186,0); }

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

border-color css

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

 span { border-color: rgb(197,186,0); }

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