Html Css Color HEX #C5B30B La Rioja

📋 copy color: '#C5B30B'

red 197 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #C5B30B

Tints of La Rioja #C5B30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 50.9%
G = 46.25%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5B30B (or 0xC5B30B) is known color: La Rioja. HEX triplet: C5, B3 and 0B. RGB value is (197,179,11). Sum of RGB (Red+Green+Blue) = 197+179+11=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B30B is #3A4CF4. Grayscale: #A5A5A5. Windows color (decimal): -3820789 or 766917. OLE color: 766917.

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

Color convert

RGB 197 179 11 -
CMYK 0 0.09 0.94 0.23
HSL 54.19º 0.89% 0.41% -
HSV(B) 54.19º 0.94% 0.77% -
XYZ 39.21 44.13 6.77 -
YUV 165.23 40.96 150.66 -
System Red Green Blue C M Y K H S L
Decimal 197 179 11 0 0.09 0.94 0.23 54.19 0.89 0.41
Hex C5 B3 B 0 9 5E 17 36 59 29
Octal 305 263 13 0 11 136 27 66 131 51
Binary 11000101 10110011 1011 0 1001 1011110 10111 110110 1011001 101001

Color Harmonies of #C5B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B30B

Black with #C5B30B

Text Example


Text Example

White with #C5B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B30B; }

 p { color: rgb(197,179,11); }

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

background-color css

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

 a { background-color: rgb(197,179,11); }

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

border-color css

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

 span { border-color: rgb(197,179,11); }

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