Html Css Color HEX #BDC326 Rio Grande

📋 copy color: '#BDC326'

red 189 ◦ green 195 ◦ blue 38

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

Shades of Rio Grande #BDC326

Tints of Rio Grande #BDC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

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

R = 44.79%
G = 46.21%
B = 9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BDC326 (or 0xBDC326) is known color: Rio Grande. HEX triplet: BD, C3 and 26. RGB value is (189,195,38). Sum of RGB (Red+Green+Blue) = 189+195+38=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC326 is #423CD9. Grayscale: #AFAFAF. Windows color (decimal): -4340954 or 2540477. OLE color: 2540477.

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

Color convert

RGB 189 195 38 -
CMYK 0.03 0 0.81 0.24
HSL 62.29º 0.67% 0.46% -
HSV(B) 62.29º 0.81% 0.76% -
XYZ 40.85 49.99 9.33 -
YUV 175.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 189 195 38 0.03 0 0.81 0.24 62.29 0.67 0.46
Hex BD C3 26 3 0 51 18 3E 43 2E
Octal 275 303 46 3 0 121 30 76 103 56
Binary 10111101 11000011 100110 11 0 1010001 11000 111110 1000011 101110

Color Harmonies of #BDC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC326

Black with #BDC326

Text Example


Text Example

White with #BDC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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