Html Css Color HEX #BCC705 La Rioja

📋 copy color: '#BCC705'

red 188 ◦ green 199 ◦ blue 5

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

Shades of La Rioja #BCC705

Tints of La Rioja #BCC705

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BCC705: hue angle of 63.4º 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 #BCC705 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 5 -
CMYK 0.06 0 0.97 0.22
HSL 63.4º 0.95% 0.4% -
HSV(B) 63.4º 0.97% 0.78% -
XYZ 41.19 51.55 7.92 -
YUV 173.6 32.86 138.27 -
System Red Green Blue C M Y K H S L
Decimal 188 199 5 0.06 0 0.97 0.22 63.4 0.95 0.4
Hex BC C7 5 6 0 61 16 3F 5F 28
Octal 274 307 5 6 0 141 26 77 137 50
Binary 10111100 11000111 101 110 0 1100001 10110 111111 1011111 101000

Color Harmonies of #BCC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC705

Black with #BCC705

Text Example


Text Example

White with #BCC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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