Html Css Color HEX #BDC527 Rio Grande

📋 copy color: '#BDC527'

red 189 ◦ green 197 ◦ blue 39

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

Shades of Rio Grande #BDC527

Tints of Rio Grande #BDC527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

 BLUE value IS 39 (15.63% from 255) = 9.18%

R = 44.47%
G = 46.35%
B = 9.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BDC527 (or 0xBDC527) is known color: Rio Grande. HEX triplet: BD, C5 and 27. RGB value is (189,197,39). Sum of RGB (Red+Green+Blue) = 189+197+39=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC527 is #423AD8. Grayscale: #B1B1B1. Windows color (decimal): -4340441 or 2606525. OLE color: 2606525.

HSL color Cylindrical-coordinate representation of color #BDC527: hue angle of 63.04º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC527 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 39 -
CMYK 0.04 0 0.80 0.23
HSL 63.04º 0.67% 0.46% -
HSV(B) 63.04º 0.8% 0.77% -
XYZ 41.32 50.9 9.57 -
YUV 176.6 50.35 136.85 -
System Red Green Blue C M Y K H S L
Decimal 189 197 39 0.04 0 0.80 0.23 63.04 0.67 0.46
Hex BD C5 27 4 0 50 17 3F 43 2E
Octal 275 305 47 4 0 120 27 77 103 56
Binary 10111101 11000101 100111 100 0 1010000 10111 111111 1000011 101110

Color Harmonies of #BDC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC527

Black with #BDC527

Text Example


Text Example

White with #BDC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC527; }

 p { color: rgb(189,197,39); }

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

background-color css

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

 a { background-color: rgb(189,197,39); }

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

border-color css

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

 span { border-color: rgb(189,197,39); }

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