Html Css Color HEX #C2BF19 La Rioja

📋 copy color: '#C2BF19'

red 194 ◦ green 191 ◦ blue 25

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

Shades of La Rioja #C2BF19

Tints of La Rioja #C2BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 46.59%

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 47.32%
G = 46.59%
B = 6.1%

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

#C2BF19 (or 0xC2BF19) is known color: La Rioja. HEX triplet: C2, BF and 19. RGB value is (194,191,25). Sum of RGB (Red+Green+Blue) = 194+191+25=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF19 is #3D40E6. Grayscale: #ADADAD. Windows color (decimal): -4014311 or 1687490. OLE color: 1687490.

HSL color Cylindrical-coordinate representation of color #C2BF19: hue angle of 58.93º degrees, saturation: 0.77, 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 #C2BF19 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 25 -
CMYK 0 0.02 0.87 0.24
HSL 58.93º 0.77% 0.43% -
HSV(B) 58.93º 0.87% 0.76% -
XYZ 41.05 48.8 8.18 -
YUV 172.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 194 191 25 0 0.02 0.87 0.24 58.93 0.77 0.43
Hex C2 BF 19 0 2 57 18 3B 4D 2B
Octal 302 277 31 0 2 127 30 73 115 53
Binary 11000010 10111111 11001 0 10 1010111 11000 111011 1001101 101011

Color Harmonies of #C2BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF19

Black with #C2BF19

Text Example


Text Example

White with #C2BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF19; }

 p { color: rgb(194,191,25); }

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

background-color css

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

 a { background-color: rgb(194,191,25); }

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

border-color css

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

 span { border-color: rgb(194,191,25); }

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