Html Css Color HEX #C2B800 La Rioja

📋 copy color: '#C2B800'

red 194 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #C2B800

Tints of La Rioja #C2B800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.32%
G = 48.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2B800 (or 0xC2B800) is known color: La Rioja. HEX triplet: C2, B8 and 00. RGB value is (194,184,0). Sum of RGB (Red+Green+Blue) = 194+184+0=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B800 is #3D47FF. Grayscale: #A6A6A6. Windows color (decimal): -4016128 or 47298. OLE color: 47298.

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

Color convert

RGB 194 184 0 -
CMYK 0 0.05 1 0.24
HSL 56.91º 1% 0.38% -
HSV(B) 56.91º 1% 0.76% -
XYZ 39.39 45.75 6.75 -
YUV 166.01 34.31 147.96 -
System Red Green Blue C M Y K H S L
Decimal 194 184 0 0 0.05 1 0.24 56.91 1 0.38
Hex C2 B8 0 0 5 64 18 39 64 26
Octal 302 270 0 0 5 144 30 71 144 46
Binary 11000010 10111000 0 0 101 1100100 11000 111001 1100100 100110

Color Harmonies of #C2B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B800

Black with #C2B800

Text Example


Text Example

White with #C2B800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B800; }

 p { color: rgb(194,184,0); }

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

background-color css

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

 a { background-color: rgb(194,184,0); }

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

border-color css

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

 span { border-color: rgb(194,184,0); }

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