Html Css Color HEX #BDC325 Rio Grande

📋 copy color: '#BDC325'

red 189 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #BDC325

Tints of Rio Grande #BDC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 44.89%
G = 46.32%
B = 8.79%

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

#BDC325 (or 0xBDC325) is known color: Rio Grande. HEX triplet: BD, C3 and 25. RGB value is (189,195,37). Sum of RGB (Red+Green+Blue) = 189+195+37=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC325 is #423CDA. Grayscale: #AFAFAF. Windows color (decimal): -4340955 or 2474941. OLE color: 2474941.

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

Color convert

RGB 189 195 37 -
CMYK 0.03 0 0.81 0.24
HSL 62.28º 0.68% 0.45% -
HSV(B) 62.28º 0.81% 0.76% -
XYZ 40.84 49.98 9.25 -
YUV 175.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 189 195 37 0.03 0 0.81 0.24 62.28 0.68 0.45
Hex BD C3 25 3 0 51 18 3E 44 2D
Octal 275 303 45 3 0 121 30 76 104 55
Binary 10111101 11000011 100101 11 0 1010001 11000 111110 1000100 101101

Color Harmonies of #BDC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC325

Black with #BDC325

Text Example


Text Example

White with #BDC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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