Html Css Color HEX #C2BA17 La Rioja

📋 copy color: '#C2BA17'

red 194 ◦ green 186 ◦ blue 23

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

Shades of La Rioja #C2BA17

Tints of La Rioja #C2BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.71%

R = 48.14%
G = 46.15%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2BA17 (or 0xC2BA17) is known color: La Rioja. HEX triplet: C2, BA and 17. RGB value is (194,186,23). Sum of RGB (Red+Green+Blue) = 194+186+23=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA17 is #3D45E8. Grayscale: #AAAAAA. Windows color (decimal): -4015593 or 1555138. OLE color: 1555138.

HSL color Cylindrical-coordinate representation of color #C2BA17: hue angle of 57.19º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2BA17 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 23 -
CMYK 0 0.04 0.88 0.24
HSL 57.19º 0.79% 0.43% -
HSV(B) 57.19º 0.88% 0.76% -
XYZ 39.96 46.65 7.71 -
YUV 169.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 194 186 23 0 0.04 0.88 0.24 57.19 0.79 0.43
Hex C2 BA 17 0 4 58 18 39 4F 2B
Octal 302 272 27 0 4 130 30 71 117 53
Binary 11000010 10111010 10111 0 100 1011000 11000 111001 1001111 101011

Color Harmonies of #C2BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA17

Black with #C2BA17

Text Example


Text Example

White with #C2BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA17; }

 p { color: rgb(194,186,23); }

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

background-color css

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

 a { background-color: rgb(194,186,23); }

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

border-color css

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

 span { border-color: rgb(194,186,23); }

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