Html Css Color HEX #C6BA02 La Rioja

📋 copy color: '#C6BA02'

red 198 ◦ green 186 ◦ blue 2

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

Shades of La Rioja #C6BA02

Tints of La Rioja #C6BA02

RGB

 RED value IS 198 (77.73% from 255) = 51.3%

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 51.3%
G = 48.19%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C6BA02 (or 0xC6BA02) is known color: La Rioja. HEX triplet: C6, BA and 02. RGB value is (198,186,2). Sum of RGB (Red+Green+Blue) = 198+186+2=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA02 is #3945FD. Grayscale: #A9A9A9. Windows color (decimal): -3753470 or 178886. OLE color: 178886.

HSL color Cylindrical-coordinate representation of color #C6BA02: hue angle of 56.33º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6BA02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 2 -
CMYK 0 0.06 0.99 0.22
HSL 56.33º 0.98% 0.39% -
HSV(B) 56.33º 0.99% 0.78% -
XYZ 40.86 47.13 7 -
YUV 168.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 198 186 2 0 0.06 0.99 0.22 56.33 0.98 0.39
Hex C6 BA 2 0 6 63 16 38 62 27
Octal 306 272 2 0 6 143 26 70 142 47
Binary 11000110 10111010 10 0 110 1100011 10110 111000 1100010 100111

Color Harmonies of #C6BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA02

Black with #C6BA02

Text Example


Text Example

White with #C6BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA02; }

 p { color: rgb(198,186,2); }

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

background-color css

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

 a { background-color: rgb(198,186,2); }

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

border-color css

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

 span { border-color: rgb(198,186,2); }

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