Html Css Color HEX #BDC026 Rio Grande

📋 copy color: '#BDC026'

red 189 ◦ green 192 ◦ blue 38

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

Shades of Rio Grande #BDC026

Tints of Rio Grande #BDC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.07%

R = 45.11%
G = 45.82%
B = 9.07%

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

#BDC026 (or 0xBDC026) is known color: Rio Grande. HEX triplet: BD, C0 and 26. RGB value is (189,192,38). Sum of RGB (Red+Green+Blue) = 189+192+38=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC026 is #423FD9. Grayscale: #AEAEAE. Windows color (decimal): -4341722 or 2539709. OLE color: 2539709.

HSL color Cylindrical-coordinate representation of color #BDC026: hue angle of 61.17º degrees, saturation: 0.67, 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 #BDC026 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 38 -
CMYK 0.02 0 0.80 0.25
HSL 61.17º 0.67% 0.45% -
HSV(B) 61.17º 0.8% 0.75% -
XYZ 40.19 48.66 9.11 -
YUV 173.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 189 192 38 0.02 0 0.80 0.25 61.17 0.67 0.45
Hex BD C0 26 2 0 50 19 3D 43 2D
Octal 275 300 46 2 0 120 31 75 103 55
Binary 10111101 11000000 100110 10 0 1010000 11001 111101 1000011 101101

Color Harmonies of #BDC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC026

Black with #BDC026

Text Example


Text Example

White with #BDC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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