Html Css Color HEX #BCCD00 La Rioja

📋 copy color: '#BCCD00'

red 188 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #BCCD00

Tints of La Rioja #BCCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.84%
G = 52.16%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#BCCD00 (or 0xBCCD00) is known color: La Rioja. HEX triplet: BC, CD and 00. RGB value is (188,205,0). Sum of RGB (Red+Green+Blue) = 188+205+0=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD00 is #4332FF. Grayscale: #B1B1B1. Windows color (decimal): -4403968 or 52668. OLE color: 52668.

HSL color Cylindrical-coordinate representation of color #BCCD00: hue angle of 64.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCCD00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 0 -
CMYK 0.08 0 1 0.20
HSL 64.98º 1% 0.4% -
HSV(B) 64.98º 1% 0.8% -
XYZ 42.57 54.35 8.25 -
YUV 176.55 28.37 136.17 -
System Red Green Blue C M Y K H S L
Decimal 188 205 0 0.08 0 1 0.20 64.98 1 0.4
Hex BC CD 0 8 0 64 14 41 64 28
Octal 274 315 0 10 0 144 24 101 144 50
Binary 10111100 11001101 0 1000 0 1100100 10100 1000001 1100100 101000

Color Harmonies of #BCCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD00

Black with #BCCD00

Text Example


Text Example

White with #BCCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD00; }

 p { color: rgb(188,205,0); }

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

background-color css

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

 a { background-color: rgb(188,205,0); }

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

border-color css

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

 span { border-color: rgb(188,205,0); }

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