Html Css Color HEX #C7BC05 La Rioja

📋 copy color: '#C7BC05'

red 199 ◦ green 188 ◦ blue 5

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

Shades of La Rioja #C7BC05

Tints of La Rioja #C7BC05

RGB

 RED value IS 199 (78.13% from 255) = 50.77%

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 50.77%
G = 47.96%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7BC05 (or 0xC7BC05) is known color: La Rioja. HEX triplet: C7, BC and 05. RGB value is (199,188,5). Sum of RGB (Red+Green+Blue) = 199+188+5=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC05 is #3843FA. Grayscale: #ABABAB. Windows color (decimal): -3687419 or 376007. OLE color: 376007.

HSL color Cylindrical-coordinate representation of color #C7BC05: hue angle of 56.6º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7BC05 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 5 -
CMYK 0 0.06 0.97 0.22
HSL 56.6º 0.95% 0.4% -
HSV(B) 56.6º 0.97% 0.78% -
XYZ 41.56 48.12 7.24 -
YUV 170.43 34.64 148.38 -
System Red Green Blue C M Y K H S L
Decimal 199 188 5 0 0.06 0.97 0.22 56.6 0.95 0.4
Hex C7 BC 5 0 6 61 16 39 5F 28
Octal 307 274 5 0 6 141 26 71 137 50
Binary 11000111 10111100 101 0 110 1100001 10110 111001 1011111 101000

Color Harmonies of #C7BC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC05

Black with #C7BC05

Text Example


Text Example

White with #C7BC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC05; }

 p { color: rgb(199,188,5); }

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

background-color css

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

 a { background-color: rgb(199,188,5); }

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

border-color css

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

 span { border-color: rgb(199,188,5); }

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