Html Css Color HEX #C0B400 La Rioja

📋 copy color: '#C0B400'

red 192 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #C0B400

Tints of La Rioja #C0B400

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

 GREEN value IS 180 (70.7% from 255) = 48.39%

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

R = 51.61%
G = 48.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0B400 (or 0xC0B400) is known color: La Rioja. HEX triplet: C0, B4 and 00. RGB value is (192,180,0). Sum of RGB (Red+Green+Blue) = 192+180+0=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B400 is #3F4BFF. Grayscale: #A3A3A3. Windows color (decimal): -4148224 or 46272. OLE color: 46272.

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

Color convert

RGB 192 180 0 -
CMYK 0 0.06 1 0.25
HSL 56.25º 1% 0.38% -
HSV(B) 56.25º 1% 0.75% -
XYZ 38.06 43.85 6.46 -
YUV 163.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 192 180 0 0 0.06 1 0.25 56.25 1 0.38
Hex C0 B4 0 0 6 64 19 38 64 26
Octal 300 264 0 0 6 144 31 70 144 46
Binary 11000000 10110100 0 0 110 1100100 11001 111000 1100100 100110

Color Harmonies of #C0B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B400

Black with #C0B400

Text Example


Text Example

White with #C0B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B400; }

 p { color: rgb(192,180,0); }

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

background-color css

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

 a { background-color: rgb(192,180,0); }

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

border-color css

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

 span { border-color: rgb(192,180,0); }

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