Html Css Color HEX #BCC602 La Rioja

📋 copy color: '#BCC602'

red 188 ◦ green 198 ◦ blue 2

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

Shades of La Rioja #BCC602

Tints of La Rioja #BCC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.03%

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

R = 48.45%
G = 51.03%
B = 0.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BCC602 (or 0xBCC602) is known color: La Rioja. HEX triplet: BC, C6 and 02. RGB value is (188,198,2). Sum of RGB (Red+Green+Blue) = 188+198+2=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC602 is #4339FD. Grayscale: #ADADAD. Windows color (decimal): -4405758 or 181948. OLE color: 181948.

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

Color convert

RGB 188 198 2 -
CMYK 0.05 0 0.99 0.22
HSL 63.06º 0.98% 0.39% -
HSV(B) 63.06º 0.99% 0.78% -
XYZ 40.94 51.08 7.76 -
YUV 172.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 188 198 2 0.05 0 0.99 0.22 63.06 0.98 0.39
Hex BC C6 2 5 0 63 16 3F 62 27
Octal 274 306 2 5 0 143 26 77 142 47
Binary 10111100 11000110 10 101 0 1100011 10110 111111 1100010 100111

Color Harmonies of #BCC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC602

Black with #BCC602

Text Example


Text Example

White with #BCC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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