Html Css Color HEX #C3BE01 La Rioja

📋 copy color: '#C3BE01'

red 195 ◦ green 190 ◦ blue 1

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

Shades of La Rioja #C3BE01

Tints of La Rioja #C3BE01

RGB

 RED value IS 195 (76.56% from 255) = 50.52%

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

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

R = 50.52%
G = 49.22%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3BE01 (or 0xC3BE01) is known color: La Rioja. HEX triplet: C3, BE and 01. RGB value is (195,190,1). Sum of RGB (Red+Green+Blue) = 195+190+1=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE01 is #3C41FE. Grayscale: #AAAAAA. Windows color (decimal): -3949055 or 114371. OLE color: 114371.

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

Color convert

RGB 195 190 1 -
CMYK 0 0.03 0.99 0.24
HSL 58.45º 0.99% 0.38% -
HSV(B) 58.45º 0.99% 0.76% -
XYZ 40.92 48.43 7.22 -
YUV 169.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 195 190 1 0 0.03 0.99 0.24 58.45 0.99 0.38
Hex C3 BE 1 0 3 63 18 3A 63 26
Octal 303 276 1 0 3 143 30 72 143 46
Binary 11000011 10111110 1 0 11 1100011 11000 111010 1100011 100110

Color Harmonies of #C3BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE01

Black with #C3BE01

Text Example


Text Example

White with #C3BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE01; }

 p { color: rgb(195,190,1); }

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

background-color css

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

 a { background-color: rgb(195,190,1); }

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

border-color css

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

 span { border-color: rgb(195,190,1); }

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