Html Css Color HEX #BDC628 Rio Grande

📋 copy color: '#BDC628'

red 189 ◦ green 198 ◦ blue 40

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

Shades of Rio Grande #BDC628

Tints of Rio Grande #BDC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.37%

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

R = 44.26%
G = 46.37%
B = 9.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#BDC628 (or 0xBDC628) is known color: Rio Grande. HEX triplet: BD, C6 and 28. RGB value is (189,198,40). Sum of RGB (Red+Green+Blue) = 189+198+40=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC628 is #4239D7. Grayscale: #B1B1B1. Windows color (decimal): -4340184 or 2672317. OLE color: 2672317.

HSL color Cylindrical-coordinate representation of color #BDC628: hue angle of 63.42º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC628 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 40 -
CMYK 0.05 0 0.80 0.22
HSL 63.42º 0.66% 0.47% -
HSV(B) 63.42º 0.8% 0.78% -
XYZ 41.56 51.36 9.73 -
YUV 177.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 189 198 40 0.05 0 0.80 0.22 63.42 0.66 0.47
Hex BD C6 28 5 0 50 16 3F 42 2F
Octal 275 306 50 5 0 120 26 77 102 57
Binary 10111101 11000110 101000 101 0 1010000 10110 111111 1000010 101111

Color Harmonies of #BDC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC628

Black with #BDC628

Text Example


Text Example

White with #BDC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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