Html Css Color HEX #BDC024 Rio Grande

📋 copy color: '#BDC024'

red 189 ◦ green 192 ◦ blue 36

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

Shades of Rio Grande #BDC024

Tints of Rio Grande #BDC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 45.32%
G = 46.04%
B = 8.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BDC024 (or 0xBDC024) is known color: Rio Grande. HEX triplet: BD, C0 and 24. RGB value is (189,192,36). Sum of RGB (Red+Green+Blue) = 189+192+36=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC024 is #423FDB. Grayscale: #ADADAD. Windows color (decimal): -4341724 or 2408637. OLE color: 2408637.

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

Color convert

RGB 189 192 36 -
CMYK 0.02 0 0.81 0.25
HSL 61.15º 0.68% 0.45% -
HSV(B) 61.15º 0.81% 0.75% -
XYZ 40.15 48.65 8.94 -
YUV 173.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 189 192 36 0.02 0 0.81 0.25 61.15 0.68 0.45
Hex BD C0 24 2 0 51 19 3D 44 2D
Octal 275 300 44 2 0 121 31 75 104 55
Binary 10111101 11000000 100100 10 0 1010001 11001 111101 1000100 101101

Color Harmonies of #BDC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC024

Black with #BDC024

Text Example


Text Example

White with #BDC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC024; }

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

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

background-color css

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

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

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

border-color css

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

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

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