Html Css Color HEX #BCC628 Rio Grande

📋 copy color: '#BCC628'

red 188 ◦ green 198 ◦ blue 40

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

Shades of Rio Grande #BCC628

Tints of Rio Grande #BCC628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 44.13%
G = 46.48%
B = 9.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#BCC628 (or 0xBCC628) is known color: Rio Grande. HEX triplet: BC, C6 and 28. RGB value is (188,198,40). Sum of RGB (Red+Green+Blue) = 188+198+40=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC628 is #4339D7. Grayscale: #B1B1B1. Windows color (decimal): -4405720 or 2672316. OLE color: 2672316.

HSL color Cylindrical-coordinate representation of color #BCC628: hue angle of 63.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC628 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 40 -
CMYK 0.05 0 0.80 0.22
HSL 63.8º 0.66% 0.47% -
HSV(B) 63.8º 0.8% 0.78% -
XYZ 41.32 51.23 9.72 -
YUV 177 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 188 198 40 0.05 0 0.80 0.22 63.8 0.66 0.47
Hex BC C6 28 5 0 50 16 40 42 2F
Octal 274 306 50 5 0 120 26 100 102 57
Binary 10111100 11000110 101000 101 0 1010000 10110 1000000 1000010 101111

Color Harmonies of #BCC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC628

Black with #BCC628

Text Example


Text Example

White with #BCC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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