Html Css Color HEX #BCC70D La Rioja

📋 copy color: '#BCC70D'

red 188 ◦ green 199 ◦ blue 13

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

Shades of La Rioja #BCC70D

Tints of La Rioja #BCC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.25%

R = 47%
G = 49.75%
B = 3.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BCC70D (or 0xBCC70D) is known color: La Rioja. HEX triplet: BC, C7 and 0D. RGB value is (188,199,13). Sum of RGB (Red+Green+Blue) = 188+199+13=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC70D is #4338F2. Grayscale: #AFAFAF. Windows color (decimal): -4405491 or 903100. OLE color: 903100.

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

Color convert

RGB 188 199 13 -
CMYK 0.06 0 0.93 0.22
HSL 63.55º 0.88% 0.42% -
HSV(B) 63.55º 0.93% 0.78% -
XYZ 41.24 51.57 8.16 -
YUV 174.51 36.86 137.62 -
System Red Green Blue C M Y K H S L
Decimal 188 199 13 0.06 0 0.93 0.22 63.55 0.88 0.42
Hex BC C7 D 6 0 5D 16 40 58 2A
Octal 274 307 15 6 0 135 26 100 130 52
Binary 10111100 11000111 1101 110 0 1011101 10110 1000000 1011000 101010

Color Harmonies of #BCC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC70D

Black with #BCC70D

Text Example


Text Example

White with #BCC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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