Html Css Color HEX #BDC124 Rio Grande

📋 copy color: '#BDC124'

red 189 ◦ green 193 ◦ blue 36

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

Shades of Rio Grande #BDC124

Tints of Rio Grande #BDC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 45.22%
G = 46.17%
B = 8.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BDC124 (or 0xBDC124) is known color: Rio Grande. HEX triplet: BD, C1 and 24. RGB value is (189,193,36). Sum of RGB (Red+Green+Blue) = 189+193+36=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC124 is #423EDB. Grayscale: #AEAEAE. Windows color (decimal): -4341468 or 2408893. OLE color: 2408893.

HSL color Cylindrical-coordinate representation of color #BDC124: hue angle of 61.53º degrees, saturation: 0.69, 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 #BDC124 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 36 -
CMYK 0.02 0 0.81 0.24
HSL 61.53º 0.69% 0.45% -
HSV(B) 61.53º 0.81% 0.76% -
XYZ 40.37 49.09 9.02 -
YUV 173.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 189 193 36 0.02 0 0.81 0.24 61.53 0.69 0.45
Hex BD C1 24 2 0 51 18 3E 45 2D
Octal 275 301 44 2 0 121 30 76 105 55
Binary 10111101 11000001 100100 10 0 1010001 11000 111110 1000101 101101

Color Harmonies of #BDC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC124

Black with #BDC124

Text Example


Text Example

White with #BDC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC124; }

 p { color: rgb(189,193,36); }

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

background-color css

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

 a { background-color: rgb(189,193,36); }

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

border-color css

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

 span { border-color: rgb(189,193,36); }

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