Html Css Color HEX #C1BC09 La Rioja

📋 copy color: '#C1BC09'

red 193 ◦ green 188 ◦ blue 9

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

Shades of La Rioja #C1BC09

Tints of La Rioja #C1BC09

RGB

 RED value IS 193 (75.78% from 255) = 49.49%

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

 BLUE value IS 9 (3.91% from 255) = 2.31%

R = 49.49%
G = 48.21%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1BC09 (or 0xC1BC09) is known color: La Rioja. HEX triplet: C1, BC and 09. RGB value is (193,188,9). Sum of RGB (Red+Green+Blue) = 193+188+9=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BC09 is #3E43F6. Grayscale: #A9A9A9. Windows color (decimal): -4080631 or 638145. OLE color: 638145.

HSL color Cylindrical-coordinate representation of color #C1BC09: hue angle of 58.37º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1BC09 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 9 -
CMYK 0 0.03 0.95 0.24
HSL 58.37º 0.91% 0.4% -
HSV(B) 58.37º 0.95% 0.76% -
XYZ 40.02 47.32 7.28 -
YUV 169.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 193 188 9 0 0.03 0.95 0.24 58.37 0.91 0.4
Hex C1 BC 9 0 3 5F 18 3A 5B 28
Octal 301 274 11 0 3 137 30 72 133 50
Binary 11000001 10111100 1001 0 11 1011111 11000 111010 1011011 101000

Color Harmonies of #C1BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC09

Black with #C1BC09

Text Example


Text Example

White with #C1BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC09; }

 p { color: rgb(193,188,9); }

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

background-color css

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

 a { background-color: rgb(193,188,9); }

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

border-color css

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

 span { border-color: rgb(193,188,9); }

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