Html Css Color HEX #C2BE1A La Rioja

📋 copy color: '#C2BE1A'

red 194 ◦ green 190 ◦ blue 26

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

Shades of La Rioja #C2BE1A

Tints of La Rioja #C2BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 47.32%
G = 46.34%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2BE1A (or 0xC2BE1A) is known color: La Rioja. HEX triplet: C2, BE and 1A. RGB value is (194,190,26). Sum of RGB (Red+Green+Blue) = 194+190+26=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE1A is #3D41E5. Grayscale: #ADADAD. Windows color (decimal): -4014566 or 1752770. OLE color: 1752770.

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

Color convert

RGB 194 190 26 -
CMYK 0 0.02 0.87 0.24
HSL 58.57º 0.76% 0.43% -
HSV(B) 58.57º 0.87% 0.76% -
XYZ 40.85 48.37 8.16 -
YUV 172.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 194 190 26 0 0.02 0.87 0.24 58.57 0.76 0.43
Hex C2 BE 1A 0 2 57 18 3B 4C 2B
Octal 302 276 32 0 2 127 30 73 114 53
Binary 11000010 10111110 11010 0 10 1010111 11000 111011 1001100 101011

Color Harmonies of #C2BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE1A

Black with #C2BE1A

Text Example


Text Example

White with #C2BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE1A; }

 p { color: rgb(194,190,26); }

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

background-color css

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

 a { background-color: rgb(194,190,26); }

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

border-color css

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

 span { border-color: rgb(194,190,26); }

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