Html Css Color HEX #BCC226 Rio Grande

📋 copy color: '#BCC226'

red 188 ◦ green 194 ◦ blue 38

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

Shades of Rio Grande #BCC226

Tints of Rio Grande #BCC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 44.76%
G = 46.19%
B = 9.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BCC226 (or 0xBCC226) is known color: Rio Grande. HEX triplet: BC, C2 and 26. RGB value is (188,194,38). Sum of RGB (Red+Green+Blue) = 188+194+38=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC226 is #433DD9. Grayscale: #AFAFAF. Windows color (decimal): -4406746 or 2540220. OLE color: 2540220.

HSL color Cylindrical-coordinate representation of color #BCC226: hue angle of 62.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC226 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 38 -
CMYK 0.03 0 0.80 0.24
HSL 62.31º 0.67% 0.45% -
HSV(B) 62.31º 0.8% 0.76% -
XYZ 40.38 49.41 9.24 -
YUV 174.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 188 194 38 0.03 0 0.80 0.24 62.31 0.67 0.45
Hex BC C2 26 3 0 50 18 3E 43 2D
Octal 274 302 46 3 0 120 30 76 103 55
Binary 10111100 11000010 100110 11 0 1010000 11000 111110 1000011 101101

Color Harmonies of #BCC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC226

Black with #BCC226

Text Example


Text Example

White with #BCC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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