Html Css Color HEX #BDBE2C Rio Grande

📋 copy color: '#BDBE2C'

red 189 ◦ green 190 ◦ blue 44

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

Shades of Rio Grande #BDBE2C

Tints of Rio Grande #BDBE2C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 44.68%
G = 44.92%
B = 10.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BDBE2C (or 0xBDBE2C) is known color: Rio Grande. HEX triplet: BD, BE and 2C. RGB value is (189,190,44). Sum of RGB (Red+Green+Blue) = 189+190+44=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE2C is #4241D3. Grayscale: #ADADAD. Windows color (decimal): -4342228 or 2932413. OLE color: 2932413.

HSL color Cylindrical-coordinate representation of color #BDBE2C: hue angle of 60.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDBE2C is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 44 -
CMYK 0.01 0 0.77 0.25
HSL 60.41º 0.62% 0.46% -
HSV(B) 60.41º 0.77% 0.75% -
XYZ 39.85 47.83 9.51 -
YUV 173.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 189 190 44 0.01 0 0.77 0.25 60.41 0.62 0.46
Hex BD BE 2C 1 0 4D 19 3C 3E 2E
Octal 275 276 54 1 0 115 31 74 76 56
Binary 10111101 10111110 101100 1 0 1001101 11001 111100 111110 101110

Color Harmonies of #BDBE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE2C

Black with #BDBE2C

Text Example


Text Example

White with #BDBE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE2C; }

 p { color: rgb(189,190,44); }

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

background-color css

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

 a { background-color: rgb(189,190,44); }

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

border-color css

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

 span { border-color: rgb(189,190,44); }

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