Html Css Color HEX #BCC626 Rio Grande

📋 copy color: '#BCC626'

red 188 ◦ green 198 ◦ blue 38

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

Shades of Rio Grande #BCC626

Tints of Rio Grande #BCC626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 44.34%
G = 46.7%
B = 8.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BCC626 (or 0xBCC626) is known color: Rio Grande. HEX triplet: BC, C6 and 26. RGB value is (188,198,38). Sum of RGB (Red+Green+Blue) = 188+198+38=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC626 is #4339D9. Grayscale: #B1B1B1. Windows color (decimal): -4405722 or 2541244. OLE color: 2541244.

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

Color convert

RGB 188 198 38 -
CMYK 0.05 0 0.81 0.22
HSL 63.75º 0.68% 0.46% -
HSV(B) 63.75º 0.81% 0.78% -
XYZ 41.28 51.22 9.54 -
YUV 176.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 188 198 38 0.05 0 0.81 0.22 63.75 0.68 0.46
Hex BC C6 26 5 0 51 16 40 44 2E
Octal 274 306 46 5 0 121 26 100 104 56
Binary 10111100 11000110 100110 101 0 1010001 10110 1000000 1000100 101110

Color Harmonies of #BCC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC626

Black with #BCC626

Text Example


Text Example

White with #BCC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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