Html Css Color HEX #C4BF14 La Rioja

📋 copy color: '#C4BF14'

red 196 ◦ green 191 ◦ blue 20

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

Shades of La Rioja #C4BF14

Tints of La Rioja #C4BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 48.16%
G = 46.93%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4BF14 (or 0xC4BF14) is known color: La Rioja. HEX triplet: C4, BF and 14. RGB value is (196,191,20). Sum of RGB (Red+Green+Blue) = 196+191+20=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BF14 is #3B40EB. Grayscale: #ADADAD. Windows color (decimal): -3883244 or 1359812. OLE color: 1359812.

HSL color Cylindrical-coordinate representation of color #C4BF14: hue angle of 58.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4BF14 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 20 -
CMYK 0 0.03 0.90 0.23
HSL 58.3º 0.81% 0.42% -
HSV(B) 58.3º 0.9% 0.77% -
XYZ 41.52 49.05 7.94 -
YUV 173 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 196 191 20 0 0.03 0.90 0.23 58.3 0.81 0.42
Hex C4 BF 14 0 3 5A 17 3A 51 2A
Octal 304 277 24 0 3 132 27 72 121 52
Binary 11000100 10111111 10100 0 11 1011010 10111 111010 1010001 101010

Color Harmonies of #C4BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF14

Black with #C4BF14

Text Example


Text Example

White with #C4BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF14; }

 p { color: rgb(196,191,20); }

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

background-color css

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

 a { background-color: rgb(196,191,20); }

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

border-color css

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

 span { border-color: rgb(196,191,20); }

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