Html Css Color HEX #C2B30B La Rioja

📋 copy color: '#C2B30B'

red 194 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #C2B30B

Tints of La Rioja #C2B30B

RGB

 RED value IS 194 (76.17% from 255) = 50.52%

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

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

R = 50.52%
G = 46.61%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B30B (or 0xC2B30B) is known color: La Rioja. HEX triplet: C2, B3 and 0B. RGB value is (194,179,11). Sum of RGB (Red+Green+Blue) = 194+179+11=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B30B is #3D4CF4. Grayscale: #A5A5A5. Windows color (decimal): -4017397 or 766914. OLE color: 766914.

HSL color Cylindrical-coordinate representation of color #C2B30B: hue angle of 55.08º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2B30B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 11 -
CMYK 0 0.08 0.94 0.24
HSL 55.08º 0.89% 0.4% -
HSV(B) 55.08º 0.94% 0.76% -
XYZ 38.43 43.73 6.73 -
YUV 164.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 194 179 11 0 0.08 0.94 0.24 55.08 0.89 0.4
Hex C2 B3 B 0 8 5E 18 37 59 28
Octal 302 263 13 0 10 136 30 67 131 50
Binary 11000010 10110011 1011 0 1000 1011110 11000 110111 1011001 101000

Color Harmonies of #C2B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B30B

Black with #C2B30B

Text Example


Text Example

White with #C2B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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