Html Css Color HEX #BCC502 La Rioja

📋 copy color: '#BCC502'

red 188 ◦ green 197 ◦ blue 2

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

Shades of La Rioja #BCC502

Tints of La Rioja #BCC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 48.58%
G = 50.9%
B = 0.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#BCC502 (or 0xBCC502) is known color: La Rioja. HEX triplet: BC, C5 and 02. RGB value is (188,197,2). Sum of RGB (Red+Green+Blue) = 188+197+2=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC502 is #433AFD. Grayscale: #ACACAC. Windows color (decimal): -4406014 or 181692. OLE color: 181692.

HSL color Cylindrical-coordinate representation of color #BCC502: hue angle of 62.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCC502 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 2 -
CMYK 0.05 0 0.99 0.23
HSL 62.77º 0.98% 0.39% -
HSV(B) 62.77º 0.99% 0.77% -
XYZ 40.72 50.63 7.68 -
YUV 172.08 32.02 139.36 -
System Red Green Blue C M Y K H S L
Decimal 188 197 2 0.05 0 0.99 0.23 62.77 0.98 0.39
Hex BC C5 2 5 0 63 17 3F 62 27
Octal 274 305 2 5 0 143 27 77 142 47
Binary 10111100 11000101 10 101 0 1100011 10111 111111 1100010 100111

Color Harmonies of #BCC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC502

Black with #BCC502

Text Example


Text Example

White with #BCC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC502; }

 p { color: rgb(188,197,2); }

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

background-color css

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

 a { background-color: rgb(188,197,2); }

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

border-color css

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

 span { border-color: rgb(188,197,2); }

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