Html Css Color HEX #C3BC04 La Rioja

📋 copy color: '#C3BC04'

red 195 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #C3BC04

Tints of La Rioja #C3BC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 50.39%
G = 48.58%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C3BC04 (or 0xC3BC04) is known color: La Rioja. HEX triplet: C3, BC and 04. RGB value is (195,188,4). Sum of RGB (Red+Green+Blue) = 195+188+4=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BC04 is #3C43FB. Grayscale: #A9A9A9. Windows color (decimal): -3949564 or 310467. OLE color: 310467.

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

Color convert

RGB 195 188 4 -
CMYK 0 0.04 0.98 0.24
HSL 57.8º 0.96% 0.39% -
HSV(B) 57.8º 0.98% 0.76% -
XYZ 40.51 47.58 7.16 -
YUV 169.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 195 188 4 0 0.04 0.98 0.24 57.8 0.96 0.39
Hex C3 BC 4 0 4 62 18 3A 60 27
Octal 303 274 4 0 4 142 30 72 140 47
Binary 11000011 10111100 100 0 100 1100010 11000 111010 1100000 100111

Color Harmonies of #C3BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC04

Black with #C3BC04

Text Example


Text Example

White with #C3BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC04; }

 p { color: rgb(195,188,4); }

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

background-color css

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

 a { background-color: rgb(195,188,4); }

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

border-color css

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

 span { border-color: rgb(195,188,4); }

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