Html Css Color HEX #C4B30A La Rioja

📋 copy color: '#C4B30A'

red 196 ◦ green 179 ◦ blue 10

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

Shades of La Rioja #C4B30A

Tints of La Rioja #C4B30A

RGB

 RED value IS 196 (76.95% from 255) = 50.91%

 GREEN value IS 179 (70.31% from 255) = 46.49%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 50.91%
G = 46.49%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4B30A (or 0xC4B30A) is known color: La Rioja. HEX triplet: C4, B3 and 0A. RGB value is (196,179,10). Sum of RGB (Red+Green+Blue) = 196+179+10=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B30A is #3B4CF5. Grayscale: #A5A5A5. Windows color (decimal): -3886326 or 701380. OLE color: 701380.

HSL color Cylindrical-coordinate representation of color #C4B30A: hue angle of 54.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4B30A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 10 -
CMYK 0 0.09 0.95 0.23
HSL 54.52º 0.9% 0.4% -
HSV(B) 54.52º 0.95% 0.77% -
XYZ 38.94 44 6.73 -
YUV 164.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 196 179 10 0 0.09 0.95 0.23 54.52 0.9 0.4
Hex C4 B3 A 0 9 5F 17 37 5A 28
Octal 304 263 12 0 11 137 27 67 132 50
Binary 11000100 10110011 1010 0 1001 1011111 10111 110111 1011010 101000

Color Harmonies of #C4B30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B30A

Black with #C4B30A

Text Example


Text Example

White with #C4B30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B30A; }

 p { color: rgb(196,179,10); }

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

background-color css

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

 a { background-color: rgb(196,179,10); }

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

border-color css

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

 span { border-color: rgb(196,179,10); }

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