Html Css Color HEX #BDBE2A Rio Grande

📋 copy color: '#BDBE2A'

red 189 ◦ green 190 ◦ blue 42

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

Shades of Rio Grande #BDBE2A

Tints of Rio Grande #BDBE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 44.89%
G = 45.13%
B = 9.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BDBE2A (or 0xBDBE2A) is known color: Rio Grande. HEX triplet: BD, BE and 2A. RGB value is (189,190,42). Sum of RGB (Red+Green+Blue) = 189+190+42=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE2A is #4241D5. Grayscale: #ADADAD. Windows color (decimal): -4342230 or 2801341. OLE color: 2801341.

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

Color convert

RGB 189 190 42 -
CMYK 0.01 0 0.78 0.25
HSL 60.41º 0.64% 0.45% -
HSV(B) 60.41º 0.78% 0.75% -
XYZ 39.82 47.81 9.32 -
YUV 172.83 54.17 139.53 -
System Red Green Blue C M Y K H S L
Decimal 189 190 42 0.01 0 0.78 0.25 60.41 0.64 0.45
Hex BD BE 2A 1 0 4E 19 3C 40 2D
Octal 275 276 52 1 0 116 31 74 100 55
Binary 10111101 10111110 101010 1 0 1001110 11001 111100 1000000 101101

Color Harmonies of #BDBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE2A

Black with #BDBE2A

Text Example


Text Example

White with #BDBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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