Html Css Color HEX #BCC726 Rio Grande

📋 copy color: '#BCC726'

red 188 ◦ green 199 ◦ blue 38

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

Shades of Rio Grande #BCC726

Tints of Rio Grande #BCC726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.82%

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

R = 44.24%
G = 46.82%
B = 8.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BCC726 (or 0xBCC726) is known color: Rio Grande. HEX triplet: BC, C7 and 26. RGB value is (188,199,38). Sum of RGB (Red+Green+Blue) = 188+199+38=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC726 is #4338D9. Grayscale: #B1B1B1. Windows color (decimal): -4405466 or 2541500. OLE color: 2541500.

HSL color Cylindrical-coordinate representation of color #BCC726: hue angle of 64.1º 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 #BCC726 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 38 -
CMYK 0.06 0 0.81 0.22
HSL 64.1º 0.68% 0.46% -
HSV(B) 64.1º 0.81% 0.78% -
XYZ 41.51 51.68 9.62 -
YUV 177.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 188 199 38 0.06 0 0.81 0.22 64.1 0.68 0.46
Hex BC C7 26 6 0 51 16 40 44 2E
Octal 274 307 46 6 0 121 26 100 104 56
Binary 10111100 11000111 100110 110 0 1010001 10110 1000000 1000100 101110

Color Harmonies of #BCC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC726

Black with #BCC726

Text Example


Text Example

White with #BCC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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