Html Css Color HEX #C2BF12 La Rioja

📋 copy color: '#C2BF12'

red 194 ◦ green 191 ◦ blue 18

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

Shades of La Rioja #C2BF12

Tints of La Rioja #C2BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 48.14%
G = 47.39%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2BF12 (or 0xC2BF12) is known color: La Rioja. HEX triplet: C2, BF and 12. RGB value is (194,191,18). Sum of RGB (Red+Green+Blue) = 194+191+18=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF12 is #3D40ED. Grayscale: #ACACAC. Windows color (decimal): -4014318 or 1228738. OLE color: 1228738.

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

Color convert

RGB 194 191 18 -
CMYK 0 0.02 0.91 0.24
HSL 58.98º 0.83% 0.42% -
HSV(B) 58.98º 0.91% 0.76% -
XYZ 40.99 48.77 7.83 -
YUV 172.18 40.99 143.57 -
System Red Green Blue C M Y K H S L
Decimal 194 191 18 0 0.02 0.91 0.24 58.98 0.83 0.42
Hex C2 BF 12 0 2 5B 18 3B 53 2A
Octal 302 277 22 0 2 133 30 73 123 52
Binary 11000010 10111111 10010 0 10 1011011 11000 111011 1010011 101010

Color Harmonies of #C2BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF12

Black with #C2BF12

Text Example


Text Example

White with #C2BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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