Html Css Color HEX #BCC00D La Rioja

📋 copy color: '#BCC00D'

red 188 ◦ green 192 ◦ blue 13

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

Shades of La Rioja #BCC00D

Tints of La Rioja #BCC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.85%

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

R = 47.84%
G = 48.85%
B = 3.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BCC00D (or 0xBCC00D) is known color: La Rioja. HEX triplet: BC, C0 and 0D. RGB value is (188,192,13). Sum of RGB (Red+Green+Blue) = 188+192+13=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC00D is #433FF2. Grayscale: #ABABAB. Windows color (decimal): -4407283 or 901308. OLE color: 901308.

HSL color Cylindrical-coordinate representation of color #BCC00D: hue angle of 61.34º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC00D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 13 -
CMYK 0.02 0 0.93 0.25
HSL 61.34º 0.87% 0.4% -
HSV(B) 61.34º 0.93% 0.75% -
XYZ 39.66 48.42 7.64 -
YUV 170.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 188 192 13 0.02 0 0.93 0.25 61.34 0.87 0.4
Hex BC C0 D 2 0 5D 19 3D 57 28
Octal 274 300 15 2 0 135 31 75 127 50
Binary 10111100 11000000 1101 10 0 1011101 11001 111101 1010111 101000

Color Harmonies of #BCC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC00D

Black with #BCC00D

Text Example


Text Example

White with #BCC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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