Html Css Color HEX #C3BA02 La Rioja

📋 copy color: '#C3BA02'

red 195 ◦ green 186 ◦ blue 2

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

Shades of La Rioja #C3BA02

Tints of La Rioja #C3BA02

RGB

 RED value IS 195 (76.56% from 255) = 50.91%

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

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

R = 50.91%
G = 48.56%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3BA02 (or 0xC3BA02) is known color: La Rioja. HEX triplet: C3, BA and 02. RGB value is (195,186,2). Sum of RGB (Red+Green+Blue) = 195+186+2=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA02 is #3C45FD. Grayscale: #A8A8A8. Windows color (decimal): -3950078 or 178883. OLE color: 178883.

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

Color convert

RGB 195 186 2 -
CMYK 0 0.05 0.99 0.24
HSL 57.2º 0.98% 0.39% -
HSV(B) 57.2º 0.99% 0.76% -
XYZ 40.08 46.72 6.96 -
YUV 167.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 195 186 2 0 0.05 0.99 0.24 57.2 0.98 0.39
Hex C3 BA 2 0 5 63 18 39 62 27
Octal 303 272 2 0 5 143 30 71 142 47
Binary 11000011 10111010 10 0 101 1100011 11000 111001 1100010 100111

Color Harmonies of #C3BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA02

Black with #C3BA02

Text Example


Text Example

White with #C3BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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