Html Css Color HEX #BDC324 Rio Grande

📋 copy color: '#BDC324'

red 189 ◦ green 195 ◦ blue 36

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

Shades of Rio Grande #BDC324

Tints of Rio Grande #BDC324

RGB

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

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

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

R = 45%
G = 46.43%
B = 8.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#BDC324 (or 0xBDC324) is known color: Rio Grande. HEX triplet: BD, C3 and 24. RGB value is (189,195,36). Sum of RGB (Red+Green+Blue) = 189+195+36=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC324 is #423CDB. Grayscale: #AFAFAF. Windows color (decimal): -4340956 or 2409405. OLE color: 2409405.

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

Color convert

RGB 189 195 36 -
CMYK 0.03 0 0.82 0.24
HSL 62.26º 0.69% 0.45% -
HSV(B) 62.26º 0.82% 0.76% -
XYZ 40.82 49.98 9.16 -
YUV 175.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 189 195 36 0.03 0 0.82 0.24 62.26 0.69 0.45
Hex BD C3 24 3 0 52 18 3E 45 2D
Octal 275 303 44 3 0 122 30 76 105 55
Binary 10111101 11000011 100100 11 0 1010010 11000 111110 1000101 101101

Color Harmonies of #BDC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC324

Black with #BDC324

Text Example


Text Example

White with #BDC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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