Html Css Color HEX #C4BC01 La Rioja

📋 copy color: '#C4BC01'

red 196 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #C4BC01

Tints of La Rioja #C4BC01

RGB

 RED value IS 196 (76.95% from 255) = 50.91%

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 50.91%
G = 48.83%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4BC01 (or 0xC4BC01) is known color: La Rioja. HEX triplet: C4, BC and 01. RGB value is (196,188,1). Sum of RGB (Red+Green+Blue) = 196+188+1=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC01 is #3B43FE. Grayscale: #A9A9A9. Windows color (decimal): -3884031 or 113860. OLE color: 113860.

HSL color Cylindrical-coordinate representation of color #C4BC01: hue angle of 57.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4BC01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 1 -
CMYK 0 0.04 0.99 0.23
HSL 57.54º 0.99% 0.39% -
HSV(B) 57.54º 0.99% 0.77% -
XYZ 40.75 47.7 7.09 -
YUV 169.07 33.15 147.21 -
System Red Green Blue C M Y K H S L
Decimal 196 188 1 0 0.04 0.99 0.23 57.54 0.99 0.39
Hex C4 BC 1 0 4 63 17 3A 63 27
Octal 304 274 1 0 4 143 27 72 143 47
Binary 11000100 10111100 1 0 100 1100011 10111 111010 1100011 100111

Color Harmonies of #C4BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC01

Black with #C4BC01

Text Example


Text Example

White with #C4BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC01; }

 p { color: rgb(196,188,1); }

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

background-color css

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

 a { background-color: rgb(196,188,1); }

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

border-color css

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

 span { border-color: rgb(196,188,1); }

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