Html Css Color HEX #BDC426 Rio Grande

📋 copy color: '#BDC426'

red 189 ◦ green 196 ◦ blue 38

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

Shades of Rio Grande #BDC426

Tints of Rio Grande #BDC426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.34%

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

R = 44.68%
G = 46.34%
B = 8.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BDC426 (or 0xBDC426) is known color: Rio Grande. HEX triplet: BD, C4 and 26. RGB value is (189,196,38). Sum of RGB (Red+Green+Blue) = 189+196+38=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC426 is #423BD9. Grayscale: #B0B0B0. Windows color (decimal): -4340698 or 2540733. OLE color: 2540733.

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

Color convert

RGB 189 196 38 -
CMYK 0.04 0 0.81 0.23
HSL 62.66º 0.68% 0.46% -
HSV(B) 62.66º 0.81% 0.77% -
XYZ 41.08 50.44 9.4 -
YUV 175.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 189 196 38 0.04 0 0.81 0.23 62.66 0.68 0.46
Hex BD C4 26 4 0 51 17 3F 44 2E
Octal 275 304 46 4 0 121 27 77 104 56
Binary 10111101 11000100 100110 100 0 1010001 10111 111111 1000100 101110

Color Harmonies of #BDC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC426

Black with #BDC426

Text Example


Text Example

White with #BDC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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