Html Css Color HEX #BDC027 Rio Grande

📋 copy color: '#BDC027'

red 189 ◦ green 192 ◦ blue 39

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

Shades of Rio Grande #BDC027

Tints of Rio Grande #BDC027

RGB

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

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

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

R = 45%
G = 45.71%
B = 9.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BDC027 (or 0xBDC027) is known color: Rio Grande. HEX triplet: BD, C0 and 27. RGB value is (189,192,39). Sum of RGB (Red+Green+Blue) = 189+192+39=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC027 is #423FD8. Grayscale: #AEAEAE. Windows color (decimal): -4341721 or 2605245. OLE color: 2605245.

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

Color convert

RGB 189 192 39 -
CMYK 0.02 0 0.80 0.25
HSL 61.18º 0.66% 0.45% -
HSV(B) 61.18º 0.8% 0.75% -
XYZ 40.2 48.66 9.19 -
YUV 173.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 189 192 39 0.02 0 0.80 0.25 61.18 0.66 0.45
Hex BD C0 27 2 0 50 19 3D 42 2D
Octal 275 300 47 2 0 120 31 75 102 55
Binary 10111101 11000000 100111 10 0 1010000 11001 111101 1000010 101101

Color Harmonies of #BDC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC027

Black with #BDC027

Text Example


Text Example

White with #BDC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC027; }

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

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

background-color css

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

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

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

border-color css

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

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

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