Html Css Color HEX #BCC005 La Rioja

📋 copy color: '#BCC005'

red 188 ◦ green 192 ◦ blue 5

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

Shades of La Rioja #BCC005

Tints of La Rioja #BCC005

RGB

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

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

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

R = 48.83%
G = 49.87%
B = 1.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BCC005 (or 0xBCC005) is known color: La Rioja. HEX triplet: BC, C0 and 05. RGB value is (188,192,5). Sum of RGB (Red+Green+Blue) = 188+192+5=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC005 is #433FFA. Grayscale: #AAAAAA. Windows color (decimal): -4407291 or 377020. OLE color: 377020.

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

Color convert

RGB 188 192 5 -
CMYK 0.02 0 0.97 0.25
HSL 61.28º 0.95% 0.39% -
HSV(B) 61.28º 0.97% 0.75% -
XYZ 39.62 48.4 7.4 -
YUV 169.49 35.17 141.21 -
System Red Green Blue C M Y K H S L
Decimal 188 192 5 0.02 0 0.97 0.25 61.28 0.95 0.39
Hex BC C0 5 2 0 61 19 3D 5F 27
Octal 274 300 5 2 0 141 31 75 137 47
Binary 10111100 11000000 101 10 0 1100001 11001 111101 1011111 100111

Color Harmonies of #BCC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC005

Black with #BCC005

Text Example


Text Example

White with #BCC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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