Html Css Color HEX #BDC624 Rio Grande

📋 copy color: '#BDC624'

red 189 ◦ green 198 ◦ blue 36

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

Shades of Rio Grande #BDC624

Tints of Rio Grande #BDC624

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.81%

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

R = 44.68%
G = 46.81%
B = 8.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BDC624 (or 0xBDC624) is known color: Rio Grande. HEX triplet: BD, C6 and 24. RGB value is (189,198,36). Sum of RGB (Red+Green+Blue) = 189+198+36=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC624 is #4239DB. Grayscale: #B1B1B1. Windows color (decimal): -4340188 or 2410173. OLE color: 2410173.

HSL color Cylindrical-coordinate representation of color #BDC624: hue angle of 63.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC624 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 36 -
CMYK 0.05 0 0.82 0.22
HSL 63.33º 0.69% 0.46% -
HSV(B) 63.33º 0.82% 0.78% -
XYZ 41.5 51.33 9.39 -
YUV 176.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 189 198 36 0.05 0 0.82 0.22 63.33 0.69 0.46
Hex BD C6 24 5 0 52 16 3F 45 2E
Octal 275 306 44 5 0 122 26 77 105 56
Binary 10111101 11000110 100100 101 0 1010010 10110 111111 1000101 101110

Color Harmonies of #BDC624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC624

Black with #BDC624

Text Example


Text Example

White with #BDC624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC624; }

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

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

background-color css

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

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

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

border-color css

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

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

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