Html Css Color HEX #BCC40D La Rioja

📋 copy color: '#BCC40D'

red 188 ◦ green 196 ◦ blue 13

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

Shades of La Rioja #BCC40D

Tints of La Rioja #BCC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.37%

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

R = 47.36%
G = 49.37%
B = 3.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#BCC40D (or 0xBCC40D) is known color: La Rioja. HEX triplet: BC, C4 and 0D. RGB value is (188,196,13). Sum of RGB (Red+Green+Blue) = 188+196+13=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC40D is #433BF2. Grayscale: #ADADAD. Windows color (decimal): -4406259 or 902332. OLE color: 902332.

HSL color Cylindrical-coordinate representation of color #BCC40D: hue angle of 62.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC40D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 13 -
CMYK 0.04 0 0.93 0.23
HSL 62.62º 0.88% 0.41% -
HSV(B) 62.62º 0.93% 0.77% -
XYZ 40.55 50.2 7.93 -
YUV 172.75 37.85 138.88 -
System Red Green Blue C M Y K H S L
Decimal 188 196 13 0.04 0 0.93 0.23 62.62 0.88 0.41
Hex BC C4 D 4 0 5D 17 3F 58 29
Octal 274 304 15 4 0 135 27 77 130 51
Binary 10111100 11000100 1101 100 0 1011101 10111 111111 1011000 101001

Color Harmonies of #BCC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC40D

Black with #BCC40D

Text Example


Text Example

White with #BCC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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