Html Css Color HEX #C2BC04 La Rioja

📋 copy color: '#C2BC04'

red 194 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #C2BC04

Tints of La Rioja #C2BC04

RGB

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

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

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

R = 50.26%
G = 48.7%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2BC04 (or 0xC2BC04) is known color: La Rioja. HEX triplet: C2, BC and 04. RGB value is (194,188,4). Sum of RGB (Red+Green+Blue) = 194+188+4=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC04 is #3D43FB. Grayscale: #A9A9A9. Windows color (decimal): -4015100 or 310466. OLE color: 310466.

HSL color Cylindrical-coordinate representation of color #C2BC04: hue angle of 58.11º 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 #C2BC04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 4 -
CMYK 0 0.03 0.98 0.24
HSL 58.11º 0.96% 0.39% -
HSV(B) 58.11º 0.98% 0.76% -
XYZ 40.25 47.44 7.15 -
YUV 168.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 194 188 4 0 0.03 0.98 0.24 58.11 0.96 0.39
Hex C2 BC 4 0 3 62 18 3A 60 27
Octal 302 274 4 0 3 142 30 72 140 47
Binary 11000010 10111100 100 0 11 1100010 11000 111010 1100000 100111

Color Harmonies of #C2BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC04

Black with #C2BC04

Text Example


Text Example

White with #C2BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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