Html Css Color HEX #BDC226 Rio Grande

📋 copy color: '#BDC226'

red 189 ◦ green 194 ◦ blue 38

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

Shades of Rio Grande #BDC226

Tints of Rio Grande #BDC226

RGB

 RED value IS 189 (74.22% from 255) = 44.89%

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

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

R = 44.89%
G = 46.08%
B = 9.03%

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

#BDC226 (or 0xBDC226) is known color: Rio Grande. HEX triplet: BD, C2 and 26. RGB value is (189,194,38). Sum of RGB (Red+Green+Blue) = 189+194+38=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC226 is #423DD9. Grayscale: #AFAFAF. Windows color (decimal): -4341210 or 2540221. OLE color: 2540221.

HSL color Cylindrical-coordinate representation of color #BDC226: hue angle of 61.92º 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 #BDC226 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 38 -
CMYK 0.03 0 0.80 0.24
HSL 61.92º 0.67% 0.45% -
HSV(B) 61.92º 0.8% 0.76% -
XYZ 40.63 49.54 9.26 -
YUV 174.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 189 194 38 0.03 0 0.80 0.24 61.92 0.67 0.45
Hex BD C2 26 3 0 50 18 3E 43 2D
Octal 275 302 46 3 0 120 30 76 103 55
Binary 10111101 11000010 100110 11 0 1010000 11000 111110 1000011 101101

Color Harmonies of #BDC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC226

Black with #BDC226

Text Example


Text Example

White with #BDC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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