Html Css Color HEX #BDC028 Rio Grande

📋 copy color: '#BDC028'

red 189 ◦ green 192 ◦ blue 40

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

Shades of Rio Grande #BDC028

Tints of Rio Grande #BDC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 44.89%
G = 45.61%
B = 9.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BDC028 (or 0xBDC028) is known color: Rio Grande. HEX triplet: BD, C0 and 28. RGB value is (189,192,40). Sum of RGB (Red+Green+Blue) = 189+192+40=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC028 is #423FD7. Grayscale: #AEAEAE. Windows color (decimal): -4341720 or 2670781. OLE color: 2670781.

HSL color Cylindrical-coordinate representation of color #BDC028: 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.79%. Process color model (Four color, CMYK) of #BDC028 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 40 -
CMYK 0.02 0 0.79 0.25
HSL 61.18º 0.66% 0.45% -
HSV(B) 61.18º 0.79% 0.75% -
XYZ 40.22 48.67 9.28 -
YUV 173.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 189 192 40 0.02 0 0.79 0.25 61.18 0.66 0.45
Hex BD C0 28 2 0 4F 19 3D 42 2D
Octal 275 300 50 2 0 117 31 75 102 55
Binary 10111101 11000000 101000 10 0 1001111 11001 111101 1000010 101101

Color Harmonies of #BDC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC028

Black with #BDC028

Text Example


Text Example

White with #BDC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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