Html Css Color HEX #BCC80D La Rioja

📋 copy color: '#BCC80D'

red 188 ◦ green 200 ◦ blue 13

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

Shades of La Rioja #BCC80D

Tints of La Rioja #BCC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.88%

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

R = 46.88%
G = 49.88%
B = 3.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BCC80D (or 0xBCC80D) is known color: La Rioja. HEX triplet: BC, C8 and 0D. RGB value is (188,200,13). Sum of RGB (Red+Green+Blue) = 188+200+13=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC80D is #4337F2. Grayscale: #AFAFAF. Windows color (decimal): -4405235 or 903356. OLE color: 903356.

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

Color convert

RGB 188 200 13 -
CMYK 0.06 0 0.94 0.22
HSL 63.85º 0.88% 0.42% -
HSV(B) 63.85º 0.94% 0.78% -
XYZ 41.47 52.03 8.24 -
YUV 175.09 36.52 137.21 -
System Red Green Blue C M Y K H S L
Decimal 188 200 13 0.06 0 0.94 0.22 63.85 0.88 0.42
Hex BC C8 D 6 0 5E 16 40 58 2A
Octal 274 310 15 6 0 136 26 100 130 52
Binary 10111100 11001000 1101 110 0 1011110 10110 1000000 1011000 101010

Color Harmonies of #BCC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC80D

Black with #BCC80D

Text Example


Text Example

White with #BCC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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