Html Css Color HEX #C7BC02 La Rioja

📋 copy color: '#C7BC02'

red 199 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #C7BC02

Tints of La Rioja #C7BC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 51.16%
G = 48.33%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7BC02 (or 0xC7BC02) is known color: La Rioja. HEX triplet: C7, BC and 02. RGB value is (199,188,2). Sum of RGB (Red+Green+Blue) = 199+188+2=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC02 is #3843FD. Grayscale: #AAAAAA. Windows color (decimal): -3687422 or 179399. OLE color: 179399.

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

Color convert

RGB 199 188 2 -
CMYK 0 0.06 0.99 0.22
HSL 56.65º 0.98% 0.39% -
HSV(B) 56.65º 0.99% 0.78% -
XYZ 41.55 48.11 7.15 -
YUV 170.09 33.14 148.62 -
System Red Green Blue C M Y K H S L
Decimal 199 188 2 0 0.06 0.99 0.22 56.65 0.98 0.39
Hex C7 BC 2 0 6 63 16 39 62 27
Octal 307 274 2 0 6 143 26 71 142 47
Binary 11000111 10111100 10 0 110 1100011 10110 111001 1100010 100111

Color Harmonies of #C7BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC02

Black with #C7BC02

Text Example


Text Example

White with #C7BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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