Html Css Color HEX #C0BE1A La Rioja

📋 copy color: '#C0BE1A'

red 192 ◦ green 190 ◦ blue 26

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

Shades of La Rioja #C0BE1A

Tints of La Rioja #C0BE1A

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

 GREEN value IS 190 (74.61% from 255) = 46.57%

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 47.06%
G = 46.57%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0BE1A (or 0xC0BE1A) is known color: La Rioja. HEX triplet: C0, BE and 1A. RGB value is (192,190,26). Sum of RGB (Red+Green+Blue) = 192+190+26=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE1A is #3F41E5. Grayscale: #ACACAC. Windows color (decimal): -4145638 or 1752768. OLE color: 1752768.

HSL color Cylindrical-coordinate representation of color #C0BE1A: hue angle of 59.28º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0BE1A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 26 -
CMYK 0 0.01 0.86 0.25
HSL 59.28º 0.76% 0.43% -
HSV(B) 59.28º 0.86% 0.75% -
XYZ 40.34 48.11 8.14 -
YUV 171.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 192 190 26 0 0.01 0.86 0.25 59.28 0.76 0.43
Hex C0 BE 1A 0 1 56 19 3B 4C 2B
Octal 300 276 32 0 1 126 31 73 114 53
Binary 11000000 10111110 11010 0 1 1010110 11001 111011 1001100 101011

Color Harmonies of #C0BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE1A

Black with #C0BE1A

Text Example


Text Example

White with #C0BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE1A; }

 p { color: rgb(192,190,26); }

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

background-color css

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

 a { background-color: rgb(192,190,26); }

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

border-color css

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

 span { border-color: rgb(192,190,26); }

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