Html Css Color HEX #BCC805 La Rioja

📋 copy color: '#BCC805'

red 188 ◦ green 200 ◦ blue 5

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

Shades of La Rioja #BCC805

Tints of La Rioja #BCC805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 47.84%
G = 50.89%
B = 1.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#BCC805 (or 0xBCC805) is known color: La Rioja. HEX triplet: BC, C8 and 05. RGB value is (188,200,5). Sum of RGB (Red+Green+Blue) = 188+200+5=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC805 is #4337FA. Grayscale: #AEAEAE. Windows color (decimal): -4405243 or 379068. OLE color: 379068.

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

Color convert

RGB 188 200 5 -
CMYK 0.06 0 0.98 0.22
HSL 63.69º 0.95% 0.4% -
HSV(B) 63.69º 0.98% 0.78% -
XYZ 41.42 52.01 8 -
YUV 174.18 32.52 137.86 -
System Red Green Blue C M Y K H S L
Decimal 188 200 5 0.06 0 0.98 0.22 63.69 0.95 0.4
Hex BC C8 5 6 0 62 16 40 5F 28
Octal 274 310 5 6 0 142 26 100 137 50
Binary 10111100 11001000 101 110 0 1100010 10110 1000000 1011111 101000

Color Harmonies of #BCC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC805

Black with #BCC805

Text Example


Text Example

White with #BCC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC805; }

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

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

background-color css

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

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

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

border-color css

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

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

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