Html Css Color HEX #C2BC0D La Rioja

📋 copy color: '#C2BC0D'

red 194 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #C2BC0D

Tints of La Rioja #C2BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 49.11%
G = 47.59%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2BC0D (or 0xC2BC0D) is known color: La Rioja. HEX triplet: C2, BC and 0D. RGB value is (194,188,13). Sum of RGB (Red+Green+Blue) = 194+188+13=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC0D is #3D43F2. Grayscale: #AAAAAA. Windows color (decimal): -4015091 or 900290. OLE color: 900290.

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

Color convert

RGB 194 188 13 -
CMYK 0 0.03 0.93 0.24
HSL 58.01º 0.87% 0.41% -
HSV(B) 58.01º 0.93% 0.76% -
XYZ 40.3 47.46 7.42 -
YUV 169.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 194 188 13 0 0.03 0.93 0.24 58.01 0.87 0.41
Hex C2 BC D 0 3 5D 18 3A 57 29
Octal 302 274 15 0 3 135 30 72 127 51
Binary 11000010 10111100 1101 0 11 1011101 11000 111010 1010111 101001

Color Harmonies of #C2BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC0D

Black with #C2BC0D

Text Example


Text Example

White with #C2BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC0D; }

 p { color: rgb(194,188,13); }

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

background-color css

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

 a { background-color: rgb(194,188,13); }

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

border-color css

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

 span { border-color: rgb(194,188,13); }

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